Html Css Color HEX #F2B206 Selective Yellow

📋 copy color: '#F2B206'

red 242 ◦ green 178 ◦ blue 6

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

Shades of Selective Yellow #F2B206

Tints of Selective Yellow #F2B206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 56.81%
G = 41.78%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2B206 (or 0xF2B206) is known color: Selective Yellow. HEX triplet: F2, B2 and 06. RGB value is (242,178,6). Sum of RGB (Red+Green+Blue) = 242+178+6=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B206 is #0D4DF9. Grayscale: #B2B2B2. Windows color (decimal): -871930 or 439026. OLE color: 439026.

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

Color convert

RGB 242 178 6 -
CMYK 0 0.26 0.98 0.05
HSL 43.73º 0.95% 0.49% -
HSV(B) 43.73º 0.98% 0.95% -
XYZ 52.57 50.73 7.19 -
YUV 177.53 31.2 173.99 -
System Red Green Blue C M Y K H S L
Decimal 242 178 6 0 0.26 0.98 0.05 43.73 0.95 0.49
Hex F2 B2 6 0 1A 62 5 2C 5F 31
Octal 362 262 6 0 32 142 5 54 137 61
Binary 11110010 10110010 110 0 11010 1100010 101 101100 1011111 110001

Color Harmonies of #F2B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B206

Black with #F2B206

Text Example


Text Example

White with #F2B206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B206; }

 p { color: rgb(242,178,6); }

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

background-color css

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

 a { background-color: rgb(242,178,6); }

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

border-color css

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

 span { border-color: rgb(242,178,6); }

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