Html Css Color HEX #F2B80C Selective Yellow

📋 copy color: '#F2B80C'

red 242 ◦ green 184 ◦ blue 12

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

Shades of Selective Yellow #F2B80C

Tints of Selective Yellow #F2B80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.74%

R = 55.25%
G = 42.01%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2B80C (or 0xF2B80C) is known color: Selective Yellow. HEX triplet: F2, B8 and 0C. RGB value is (242,184,12). Sum of RGB (Red+Green+Blue) = 242+184+12=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B80C is #0D47F3. Grayscale: #B6B6B6. Windows color (decimal): -870388 or 833778. OLE color: 833778.

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

Color convert

RGB 242 184 12 -
CMYK 0 0.24 0.95 0.05
HSL 44.87º 0.91% 0.5% -
HSV(B) 44.87º 0.95% 0.95% -
XYZ 53.82 53.18 7.78 -
YUV 181.73 32.22 170.99 -
System Red Green Blue C M Y K H S L
Decimal 242 184 12 0 0.24 0.95 0.05 44.87 0.91 0.5
Hex F2 B8 C 0 18 5F 5 2D 5B 32
Octal 362 270 14 0 30 137 5 55 133 62
Binary 11110010 10111000 1100 0 11000 1011111 101 101101 1011011 110010

Color Harmonies of #F2B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B80C

Black with #F2B80C

Text Example


Text Example

White with #F2B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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