Html Css Color HEX #F2B100 Selective Yellow

📋 copy color: '#F2B100'

red 242 ◦ green 177 ◦ blue 0

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

Shades of Selective Yellow #F2B100

Tints of Selective Yellow #F2B100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 57.76%
G = 42.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2B100 (or 0xF2B100) is known color: Selective Yellow. HEX triplet: F2, B1 and 00. RGB value is (242,177,0). Sum of RGB (Red+Green+Blue) = 242+177+0=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B100 is #0D4EFF. Grayscale: #B1B1B1. Windows color (decimal): -872192 or 45554. OLE color: 45554.

HSL color Cylindrical-coordinate representation of color #F2B100: hue angle of 43.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 #F2B100 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 177 0 -
CMYK 0 0.27 1 0.05
HSL 43.88º 1% 0.47% -
HSV(B) 43.88º 1% 0.95% -
XYZ 52.34 50.32 6.95 -
YUV 176.26 28.53 174.89 -
System Red Green Blue C M Y K H S L
Decimal 242 177 0 0 0.27 1 0.05 43.88 1 0.47
Hex F2 B1 0 0 1B 64 5 2C 64 2F
Octal 362 261 0 0 33 144 5 54 144 57
Binary 11110010 10110001 0 0 11011 1100100 101 101100 1100100 101111

Color Harmonies of #F2B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B100

Black with #F2B100

Text Example


Text Example

White with #F2B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B100; }

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

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

background-color css

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

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

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

border-color css

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

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

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