Html Css Color HEX #F2A136 Yellow Sea

📋 copy color: '#F2A136'

red 242 ◦ green 161 ◦ blue 54

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

Shades of Yellow Sea #F2A136

Tints of Yellow Sea #F2A136

RGB

 RED value IS 242 (94.92% from 255) = 52.95%

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

 BLUE value IS 54 (21.48% from 255) = 11.82%

R = 52.95%
G = 35.23%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2A136 (or 0xF2A136) is known color: Yellow Sea. HEX triplet: F2, A1 and 36. RGB value is (242,161,54). Sum of RGB (Red+Green+Blue) = 242+161+54=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A136 is #0D5EC9. Grayscale: #ADADAD. Windows color (decimal): -876234 or 3580402. OLE color: 3580402.

HSL color Cylindrical-coordinate representation of color #F2A136: hue angle of 34.15º degrees, saturation: 0.88, 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 #F2A136 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 161 54 -
CMYK 0 0.33 0.78 0.05
HSL 34.15º 0.88% 0.58% -
HSV(B) 34.15º 0.78% 0.95% -
XYZ 50.03 44.63 9.47 -
YUV 173.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 242 161 54 0 0.33 0.78 0.05 34.15 0.88 0.58
Hex F2 A1 36 0 21 4E 5 22 58 3A
Octal 362 241 66 0 41 116 5 42 130 72
Binary 11110010 10100001 110110 0 100001 1001110 101 100010 1011000 111010

Color Harmonies of #F2A136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A136

Black with #F2A136

Text Example


Text Example

White with #F2A136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A136; }

 p { color: rgb(242,161,54); }

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

background-color css

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

 a { background-color: rgb(242,161,54); }

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

border-color css

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

 span { border-color: rgb(242,161,54); }

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