Html Css Color HEX #F0A038 Yellow Sea

📋 copy color: '#F0A038'

red 240 ◦ green 160 ◦ blue 56

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

Shades of Yellow Sea #F0A038

Tints of Yellow Sea #F0A038

RGB

 RED value IS 240 (94.14% from 255) = 52.63%

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

 BLUE value IS 56 (22.27% from 255) = 12.28%

R = 52.63%
G = 35.09%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0A038 (or 0xF0A038) is known color: Yellow Sea. HEX triplet: F0, A0 and 38. RGB value is (240,160,56). Sum of RGB (Red+Green+Blue) = 240+160+56=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A038 is #0F5FC7. Grayscale: #ACACAC. Windows color (decimal): -1007560 or 3711216. OLE color: 3711216.

HSL color Cylindrical-coordinate representation of color #F0A038: hue angle of 33.91º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0A038 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 56 -
CMYK 0 0.33 0.77 0.06
HSL 33.91º 0.86% 0.58% -
HSV(B) 33.91º 0.77% 0.94% -
XYZ 49.22 43.95 9.63 -
YUV 172.06 62.5 176.46 -
System Red Green Blue C M Y K H S L
Decimal 240 160 56 0 0.33 0.77 0.06 33.91 0.86 0.58
Hex F0 A0 38 0 21 4D 6 22 56 3A
Octal 360 240 70 0 41 115 6 42 126 72
Binary 11110000 10100000 111000 0 100001 1001101 110 100010 1010110 111010

Color Harmonies of #F0A038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A038

Black with #F0A038

Text Example


Text Example

White with #F0A038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A038; }

 p { color: rgb(240,160,56); }

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

background-color css

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

 a { background-color: rgb(240,160,56); }

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

border-color css

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

 span { border-color: rgb(240,160,56); }

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