Html Css Color HEX #F2B008 Selective Yellow

📋 copy color: '#F2B008'

red 242 ◦ green 176 ◦ blue 8

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

Shades of Selective Yellow #F2B008

Tints of Selective Yellow #F2B008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

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

R = 56.81%
G = 41.31%
B = 1.88%

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

#F2B008 (or 0xF2B008) is known color: Selective Yellow. HEX triplet: F2, B0 and 08. RGB value is (242,176,8). Sum of RGB (Red+Green+Blue) = 242+176+8=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B008 is #0D4FF7. Grayscale: #B1B1B1. Windows color (decimal): -872440 or 569586. OLE color: 569586.

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

Color convert

RGB 242 176 8 -
CMYK 0 0.27 0.97 0.05
HSL 43.08º 0.94% 0.49% -
HSV(B) 43.08º 0.97% 0.95% -
XYZ 52.19 49.95 7.12 -
YUV 176.58 32.87 174.66 -
System Red Green Blue C M Y K H S L
Decimal 242 176 8 0 0.27 0.97 0.05 43.08 0.94 0.49
Hex F2 B0 8 0 1B 61 5 2B 5E 31
Octal 362 260 10 0 33 141 5 53 136 61
Binary 11110010 10110000 1000 0 11011 1100001 101 101011 1011110 110001

Color Harmonies of #F2B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B008

Black with #F2B008

Text Example


Text Example

White with #F2B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B008; }

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

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

background-color css

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

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

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

border-color css

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

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

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