Html Css Color HEX #F2B805 Selective Yellow

📋 copy color: '#F2B805'

red 242 ◦ green 184 ◦ blue 5

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

Shades of Selective Yellow #F2B805

Tints of Selective Yellow #F2B805

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 56.15%
G = 42.69%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2B805 (or 0xF2B805) is known color: Selective Yellow. HEX triplet: F2, B8 and 05. RGB value is (242,184,5). Sum of RGB (Red+Green+Blue) = 242+184+5=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B805 is #0D47FA. Grayscale: #B5B5B5. Windows color (decimal): -870395 or 375026. OLE color: 375026.

HSL color Cylindrical-coordinate representation of color #F2B805: hue angle of 45.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2B805 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 184 5 -
CMYK 0 0.24 0.98 0.05
HSL 45.32º 0.96% 0.48% -
HSV(B) 45.32º 0.98% 0.95% -
XYZ 53.79 53.17 7.57 -
YUV 180.94 28.72 171.55 -
System Red Green Blue C M Y K H S L
Decimal 242 184 5 0 0.24 0.98 0.05 45.32 0.96 0.48
Hex F2 B8 5 0 18 62 5 2D 60 30
Octal 362 270 5 0 30 142 5 55 140 60
Binary 11110010 10111000 101 0 11000 1100010 101 101101 1100000 110000

Color Harmonies of #F2B805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B805

Black with #F2B805

Text Example


Text Example

White with #F2B805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B805; }

 p { color: rgb(242,184,5); }

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

background-color css

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

 a { background-color: rgb(242,184,5); }

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

border-color css

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

 span { border-color: rgb(242,184,5); }

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