Html Css Color HEX #F1992F Yellow Sea

📋 copy color: '#F1992F'

red 241 ◦ green 153 ◦ blue 47

#F1992F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #F1992F

Tints of Yellow Sea #F1992F

RGB

 RED value IS 241 (94.53% from 255) = 54.65%

 GREEN value IS 153 (60.16% from 255) = 34.69%

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 54.65%
G = 34.69%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1992F (or 0xF1992F) is known color: Yellow Sea. HEX triplet: F1, 99 and 2F. RGB value is (241,153,47). Sum of RGB (Red+Green+Blue) = 241+153+47=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1992F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1992F is #0E66D0. Grayscale: #A7A7A7. Windows color (decimal): -943825 or 3119601. OLE color: 3119601.

HSL color Cylindrical-coordinate representation of color #F1992F: hue angle of 32.78º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1992F is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 153 47 -
CMYK 0 0.37 0.80 0.05
HSL 32.78º 0.87% 0.56% -
HSV(B) 32.78º 0.8% 0.95% -
XYZ 48.18 41.69 8.2 -
YUV 167.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 241 153 47 0 0.37 0.80 0.05 32.78 0.87 0.56
Hex F1 99 2F 0 25 50 5 21 57 38
Octal 361 231 57 0 45 120 5 41 127 70
Binary 11110001 10011001 101111 0 100101 1010000 101 100001 1010111 111000

Color Harmonies of #F1992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1992F

Black with #F1992F

Text Example


Text Example

White with #F1992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1992F; }

 p { color: rgb(241,153,47); }

 H1.HeaderClassName
 {
   color: #F1992F;
 }
 .AnyTagClassName
 {
   color: #F1992F;
 }
</style>

background-color css

<style>
 a { background-color: #F1992F; }

 a { background-color: rgb(241,153,47); }

 div.DivClassName
 {
   background-color: #F1992F;
 }
 .BgClassName
 {
   background-color: #F1992F;
 }
</style>

border-color css

<style>
 span { border-color: #F1992F; }

 span { border-color: rgb(241,153,47); }

 td.TdClassName
 {
   border-color: #F1992F;
 }
 .TagClassName
 {
   border-color: #F1992F;
 }
</style>