Html Css Color HEX #F2B108 Selective Yellow

📋 copy color: '#F2B108'

red 242 ◦ green 177 ◦ blue 8

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

Shades of Selective Yellow #F2B108

Tints of Selective Yellow #F2B108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 56.67%
G = 41.45%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2B108 (or 0xF2B108) is known color: Selective Yellow. HEX triplet: F2, B1 and 08. RGB value is (242,177,8). Sum of RGB (Red+Green+Blue) = 242+177+8=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B108 is #0D4EF7. Grayscale: #B1B1B1. Windows color (decimal): -872184 or 569842. OLE color: 569842.

HSL color Cylindrical-coordinate representation of color #F2B108: hue angle of 43.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2B108 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 177 8 -
CMYK 0 0.27 0.97 0.05
HSL 43.33º 0.94% 0.49% -
HSV(B) 43.33º 0.97% 0.95% -
XYZ 52.38 50.34 7.19 -
YUV 177.17 32.53 174.24 -
System Red Green Blue C M Y K H S L
Decimal 242 177 8 0 0.27 0.97 0.05 43.33 0.94 0.49
Hex F2 B1 8 0 1B 61 5 2B 5E 31
Octal 362 261 10 0 33 141 5 53 136 61
Binary 11110010 10110001 1000 0 11011 1100001 101 101011 1011110 110001

Color Harmonies of #F2B108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B108

Black with #F2B108

Text Example


Text Example

White with #F2B108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B108; }

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

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

background-color css

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

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

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

border-color css

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

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

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