Html Css Color HEX #F2A537 Yellow Sea

📋 copy color: '#F2A537'

red 242 ◦ green 165 ◦ blue 55

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

Shades of Yellow Sea #F2A537

Tints of Yellow Sea #F2A537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 55 (21.88% from 255) = 11.9%

R = 52.38%
G = 35.71%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2A537 (or 0xF2A537) is known color: Yellow Sea. HEX triplet: F2, A5 and 37. RGB value is (242,165,55). Sum of RGB (Red+Green+Blue) = 242+165+55=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 55 (21.88% from 255 or 11.90% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A537 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A537 is #0D5AC8. Grayscale: #B0B0B0. Windows color (decimal): -875209 or 3646962. OLE color: 3646962.

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

Color convert

RGB 242 165 55 -
CMYK 0 0.32 0.77 0.05
HSL 35.29º 0.88% 0.58% -
HSV(B) 35.29º 0.77% 0.95% -
XYZ 50.76 46.06 9.83 -
YUV 175.48 60.01 175.44 -
System Red Green Blue C M Y K H S L
Decimal 242 165 55 0 0.32 0.77 0.05 35.29 0.88 0.58
Hex F2 A5 37 0 20 4D 5 23 58 3A
Octal 362 245 67 0 40 115 5 43 130 72
Binary 11110010 10100101 110111 0 100000 1001101 101 100011 1011000 111010

Color Harmonies of #F2A537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A537

Black with #F2A537

Text Example


Text Example

White with #F2A537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A537; }

 p { color: rgb(242,165,55); }

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

background-color css

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

 a { background-color: rgb(242,165,55); }

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

border-color css

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

 span { border-color: rgb(242,165,55); }

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