Html Css Color HEX #F19E31 Yellow Sea

📋 copy color: '#F19E31'

red 241 ◦ green 158 ◦ blue 49

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

Shades of Yellow Sea #F19E31

Tints of Yellow Sea #F19E31

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.27%

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 53.79%
G = 35.27%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F19E31 (or 0xF19E31) is known color: Yellow Sea. HEX triplet: F1, 9E and 31. RGB value is (241,158,49). Sum of RGB (Red+Green+Blue) = 241+158+49=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19E31 is #0E61CE. Grayscale: #AAAAAA. Windows color (decimal): -942543 or 3251953. OLE color: 3251953.

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

Color convert

RGB 241 158 49 -
CMYK 0 0.34 0.80 0.05
HSL 34.06º 0.87% 0.57% -
HSV(B) 34.06º 0.8% 0.95% -
XYZ 49.06 43.38 8.69 -
YUV 170.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 241 158 49 0 0.34 0.80 0.05 34.06 0.87 0.57
Hex F1 9E 31 0 22 50 5 22 57 39
Octal 361 236 61 0 42 120 5 42 127 71
Binary 11110001 10011110 110001 0 100010 1010000 101 100010 1010111 111001

Color Harmonies of #F19E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19E31

Black with #F19E31

Text Example


Text Example

White with #F19E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19E31; }

 p { color: rgb(241,158,49); }

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

background-color css

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

 a { background-color: rgb(241,158,49); }

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

border-color css

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

 span { border-color: rgb(241,158,49); }

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