Html Css Color HEX #F4A03C Yellow Sea

📋 copy color: '#F4A03C'

red 244 ◦ green 160 ◦ blue 60

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

Shades of Yellow Sea #F4A03C

Tints of Yellow Sea #F4A03C

RGB

 RED value IS 244 (95.7% from 255) = 52.59%

 GREEN value IS 160 (62.89% from 255) = 34.48%

 BLUE value IS 60 (23.83% from 255) = 12.93%

R = 52.59%
G = 34.48%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4A03C (or 0xF4A03C) is known color: Yellow Sea. HEX triplet: F4, A0 and 3C. RGB value is (244,160,60). Sum of RGB (Red+Green+Blue) = 244+160+60=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A03C is #0B5FC3. Grayscale: #AEAEAE. Windows color (decimal): -745412 or 3973364. OLE color: 3973364.

HSL color Cylindrical-coordinate representation of color #F4A03C: hue angle of 32.61º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4A03C is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 160 60 -
CMYK 0 0.34 0.75 0.04
HSL 32.61º 0.89% 0.6% -
HSV(B) 32.61º 0.75% 0.96% -
XYZ 50.69 44.7 10.23 -
YUV 173.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 244 160 60 0 0.34 0.75 0.04 32.61 0.89 0.6
Hex F4 A0 3C 0 22 4B 4 21 59 3C
Octal 364 240 74 0 42 113 4 41 131 74
Binary 11110100 10100000 111100 0 100010 1001011 100 100001 1011001 111100

Color Harmonies of #F4A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A03C

Black with #F4A03C

Text Example


Text Example

White with #F4A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A03C; }

 p { color: rgb(244,160,60); }

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

background-color css

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

 a { background-color: rgb(244,160,60); }

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

border-color css

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

 span { border-color: rgb(244,160,60); }

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