Html Css Color HEX #F0A138 Yellow Sea

📋 copy color: '#F0A138'

red 240 ◦ green 161 ◦ blue 56

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

Shades of Yellow Sea #F0A138

Tints of Yellow Sea #F0A138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

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

R = 52.52%
G = 35.23%
B = 12.25%

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

#F0A138 (or 0xF0A138) is known color: Yellow Sea. HEX triplet: F0, A1 and 38. RGB value is (240,161,56). Sum of RGB (Red+Green+Blue) = 240+161+56=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 56 (22.27% from 255 or 12.25% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A138 is #0F5EC7. Grayscale: #ADADAD. Windows color (decimal): -1007304 or 3711472. OLE color: 3711472.

HSL color Cylindrical-coordinate representation of color #F0A138: hue angle of 34.24º 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 #F0A138 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 56 -
CMYK 0 0.33 0.77 0.06
HSL 34.24º 0.86% 0.58% -
HSV(B) 34.24º 0.77% 0.94% -
XYZ 49.39 44.3 9.69 -
YUV 172.65 62.17 176.04 -
System Red Green Blue C M Y K H S L
Decimal 240 161 56 0 0.33 0.77 0.06 34.24 0.86 0.58
Hex F0 A1 38 0 21 4D 6 22 56 3A
Octal 360 241 70 0 41 115 6 42 126 72
Binary 11110000 10100001 111000 0 100001 1001101 110 100010 1010110 111010

Color Harmonies of #F0A138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A138

Black with #F0A138

Text Example


Text Example

White with #F0A138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A138; }

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

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

background-color css

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

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

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

border-color css

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

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

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