#F1A33C

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

Shades of Yellow Sea #F1A33C

Tints of Yellow Sea #F1A33C

Color information

#F1A33C (or 0xF1A33C) is unknown color: approx Yellow Sea. HEX triplet: F1, A3 and 3C. RGB value is (241,163,60). Sum of RGB (Red+Green+Blue) = 241+163+60=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A33C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A33C is #0E5CC3. Grayscale: #AFAFAF. Windows color (decimal): -941252 or 3974129. OLE color: 3974129.

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

Color convert

RGB24116360-
CMYK00.320.750.05
HSL34.14º86.6%59.02%-
HSV(B)34.14º75.1%94.51%-
XYZ50.1945.2210.36-
YUV174.5863.34175.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 60 (23.83% from 255) = 12.93%
R=51.94%
G=35.13%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411636000.320.750.0534.1486.659.02
HexF1A33C0204B522573b
Octal3612437404011354212773
Binary1111000110100011111100010000010010111011000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A33C; }

 p { color: rgb(241,163,60); }

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

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

 a { background-color: rgb(241,163,60); }

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

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

 span { border-color: rgb(241,163,60); }

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