Html Css Color HEX #F2B500 Selective Yellow

📋 copy color: '#F2B500'

red 242 ◦ green 181 ◦ blue 0

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

Shades of Selective Yellow #F2B500

Tints of Selective Yellow #F2B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.21%
G = 42.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2B500 (or 0xF2B500) is known color: Selective Yellow. HEX triplet: F2, B5 and 00. RGB value is (242,181,0). Sum of RGB (Red+Green+Blue) = 242+181+0=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B500 is #0D4AFF. Grayscale: #B3B3B3. Windows color (decimal): -871168 or 46578. OLE color: 46578.

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

Color convert

RGB 242 181 0 -
CMYK 0 0.25 1 0.05
HSL 44.88º 1% 0.47% -
HSV(B) 44.88º 1% 0.95% -
XYZ 53.14 51.92 7.22 -
YUV 178.61 27.21 173.22 -
System Red Green Blue C M Y K H S L
Decimal 242 181 0 0 0.25 1 0.05 44.88 1 0.47
Hex F2 B5 0 0 19 64 5 2D 64 2F
Octal 362 265 0 0 31 144 5 55 144 57
Binary 11110010 10110101 0 0 11001 1100100 101 101101 1100100 101111

Color Harmonies of #F2B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B500

Black with #F2B500

Text Example


Text Example

White with #F2B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B500; }

 p { color: rgb(242,181,0); }

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

background-color css

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

 a { background-color: rgb(242,181,0); }

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

border-color css

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

 span { border-color: rgb(242,181,0); }

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