#F19E3F

Color #F19E3F Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #F19E3F

Tints of Yellow Sea #F19E3F

Color information

#F19E3F (or 0xF19E3F) is unknown color: approx Yellow Sea. HEX triplet: F1, 9E and 3F. RGB value is (241,158,63). Sum of RGB (Red+Green+Blue) = 241+158+63=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19E3F is #0E61C0. Grayscale: #ACACAC. Windows color (decimal): -942529 or 4169457. OLE color: 4169457.

HSL color Cylindrical-coordinate representation of color #F19E3F: hue angle of 32.02º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F19E3F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24115863-
CMYK00.340.740.05
HSL32.02º86.41%59.61%-
HSV(B)32.02º73.86%94.51%-
XYZ49.443.5110.5-
YUV171.9966.5177.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 63 (25% from 255) = 13.64%
R=52.16%
G=34.20%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411586300.340.740.0532.0286.4159.61
HexF19E3F0224A520563c
Octal3612367704211254012674
Binary1111000110011110111111010001010010101011000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E3F; }

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

 H1.HeaderClassName
 {
   color: #F19E3F;
 }
 .AnyTagClassName
 {
   color: #F19E3F;
 }
</style>
background-color css

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

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

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

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

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

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