Html Css Color HEX #F2B406 Selective Yellow

📋 copy color: '#F2B406'

red 242 ◦ green 180 ◦ blue 6

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

Shades of Selective Yellow #F2B406

Tints of Selective Yellow #F2B406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.06%

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

R = 56.54%
G = 42.06%
B = 1.4%

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

#F2B406 (or 0xF2B406) is known color: Selective Yellow. HEX triplet: F2, B4 and 06. RGB value is (242,180,6). Sum of RGB (Red+Green+Blue) = 242+180+6=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B406 is #0D4BF9. Grayscale: #B3B3B3. Windows color (decimal): -871418 or 439538. OLE color: 439538.

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

Color convert

RGB 242 180 6 -
CMYK 0 0.26 0.98 0.05
HSL 44.24º 0.95% 0.49% -
HSV(B) 44.24º 0.98% 0.95% -
XYZ 52.97 51.53 7.33 -
YUV 178.7 30.54 173.15 -
System Red Green Blue C M Y K H S L
Decimal 242 180 6 0 0.26 0.98 0.05 44.24 0.95 0.49
Hex F2 B4 6 0 1A 62 5 2C 5F 31
Octal 362 264 6 0 32 142 5 54 137 61
Binary 11110010 10110100 110 0 11010 1100010 101 101100 1011111 110001

Color Harmonies of #F2B406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B406

Black with #F2B406

Text Example


Text Example

White with #F2B406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B406; }

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

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

background-color css

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

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

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

border-color css

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

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

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