#F19C35

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

Shades of Yellow Sea #F19C35

Tints of Yellow Sea #F19C35

Color information

#F19C35 (or 0xF19C35) is unknown color: approx Yellow Sea. HEX triplet: F1, 9C and 35. RGB value is (241,156,53). Sum of RGB (Red+Green+Blue) = 241+156+53=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19C35 is #0E63CA. Grayscale: #AAAAAA. Windows color (decimal): -943051 or 3513585. OLE color: 3513585.

HSL color Cylindrical-coordinate representation of color #F19C35: hue angle of 32.87º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F19C35 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24115653-
CMYK00.350.780.05
HSL32.87º87.04%57.65%-
HSV(B)32.87º78.01%94.51%-
XYZ48.8142.739.04-
YUV169.6762.16178.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 53 (21.09% from 255) = 11.78%
R=53.56%
G=34.67%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411565300.350.780.0532.8787.0457.65
HexF19C350234E521573a
Octal3612346504311654112772
Binary1111000110011100110101010001110011101011000011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C35; }

 p { color: rgb(241,156,53); }

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

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

 a { background-color: rgb(241,156,53); }

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

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

 span { border-color: rgb(241,156,53); }

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