Html Css Color HEX #F2A73C Yellow Sea

📋 copy color: '#F2A73C'

red 242 ◦ green 167 ◦ blue 60

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

Shades of Yellow Sea #F2A73C

Tints of Yellow Sea #F2A73C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.61%

 BLUE value IS 60 (23.83% from 255) = 12.79%

R = 51.6%
G = 35.61%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2A73C (or 0xF2A73C) is known color: Yellow Sea. HEX triplet: F2, A7 and 3C. RGB value is (242,167,60). Sum of RGB (Red+Green+Blue) = 242+167+60=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A73C is #0D58C3. Grayscale: #B1B1B1. Windows color (decimal): -874692 or 3975154. OLE color: 3975154.

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

Color convert

RGB 242 167 60 -
CMYK 0 0.31 0.75 0.05
HSL 35.27º 0.88% 0.59% -
HSV(B) 35.27º 0.75% 0.95% -
XYZ 51.25 46.84 10.61 -
YUV 177.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 242 167 60 0 0.31 0.75 0.05 35.27 0.88 0.59
Hex F2 A7 3C 0 1F 4B 5 23 58 3B
Octal 362 247 74 0 37 113 5 43 130 73
Binary 11110010 10100111 111100 0 11111 1001011 101 100011 1011000 111011

Color Harmonies of #F2A73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A73C

Black with #F2A73C

Text Example


Text Example

White with #F2A73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A73C; }

 p { color: rgb(242,167,60); }

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

background-color css

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

 a { background-color: rgb(242,167,60); }

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

border-color css

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

 span { border-color: rgb(242,167,60); }

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