Html Css Color HEX #F2A73B Yellow Sea

📋 copy color: '#F2A73B'

red 242 ◦ green 167 ◦ blue 59

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

Shades of Yellow Sea #F2A73B

Tints of Yellow Sea #F2A73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.61%

R = 51.71%
G = 35.68%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2A73B (or 0xF2A73B) is known color: Yellow Sea. HEX triplet: F2, A7 and 3B. RGB value is (242,167,59). Sum of RGB (Red+Green+Blue) = 242+167+59=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A73B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A73B is #0D58C4. Grayscale: #B1B1B1. Windows color (decimal): -874693 or 3909618. OLE color: 3909618.

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

Color convert

RGB 242 167 59 -
CMYK 0 0.31 0.76 0.05
HSL 35.41º 0.88% 0.59% -
HSV(B) 35.41º 0.76% 0.95% -
XYZ 51.23 46.83 10.48 -
YUV 177.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 242 167 59 0 0.31 0.76 0.05 35.41 0.88 0.59
Hex F2 A7 3B 0 1F 4C 5 23 58 3B
Octal 362 247 73 0 37 114 5 43 130 73
Binary 11110010 10100111 111011 0 11111 1001100 101 100011 1011000 111011

Color Harmonies of #F2A73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A73B

Black with #F2A73B

Text Example


Text Example

White with #F2A73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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