Html Css Color HEX #F2A040 Yellow Sea

📋 copy color: '#F2A040'

red 242 ◦ green 160 ◦ blue 64

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

Shades of Yellow Sea #F2A040

Tints of Yellow Sea #F2A040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.73%

R = 51.93%
G = 34.33%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2A040 (or 0xF2A040) is known color: Yellow Sea. HEX triplet: F2, A0 and 40. RGB value is (242,160,64). Sum of RGB (Red+Green+Blue) = 242+160+64=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A040 is #0D5FBF. Grayscale: #AEAEAE. Windows color (decimal): -876480 or 4235506. OLE color: 4235506.

HSL color Cylindrical-coordinate representation of color #F2A040: hue angle of 32.36º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2A040 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 160 64 -
CMYK 0 0.34 0.74 0.05
HSL 32.36º 0.87% 0.6% -
HSV(B) 32.36º 0.74% 0.95% -
XYZ 50.11 44.39 10.78 -
YUV 173.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 242 160 64 0 0.34 0.74 0.05 32.36 0.87 0.6
Hex F2 A0 40 0 22 4A 5 20 57 3C
Octal 362 240 100 0 42 112 5 40 127 74
Binary 11110010 10100000 1000000 0 100010 1001010 101 100000 1010111 111100

Color Harmonies of #F2A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A040

Black with #F2A040

Text Example


Text Example

White with #F2A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A040; }

 p { color: rgb(242,160,64); }

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

background-color css

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

 a { background-color: rgb(242,160,64); }

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

border-color css

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

 span { border-color: rgb(242,160,64); }

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