Html Css Color HEX #F2B202 Selective Yellow

📋 copy color: '#F2B202'

red 242 ◦ green 178 ◦ blue 2

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

Shades of Selective Yellow #F2B202

Tints of Selective Yellow #F2B202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 57.35%
G = 42.18%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F2B202 (or 0xF2B202) is known color: Selective Yellow. HEX triplet: F2, B2 and 02. RGB value is (242,178,2). Sum of RGB (Red+Green+Blue) = 242+178+2=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B202 is #0D4DFD. Grayscale: #B1B1B1. Windows color (decimal): -871934 or 176882. OLE color: 176882.

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

Color convert

RGB 242 178 2 -
CMYK 0 0.26 0.99 0.05
HSL 44º 0.98% 0.48% -
HSV(B) 44º 0.99% 0.95% -
XYZ 52.55 50.72 7.08 -
YUV 177.07 29.2 174.31 -
System Red Green Blue C M Y K H S L
Decimal 242 178 2 0 0.26 0.99 0.05 44 0.98 0.48
Hex F2 B2 2 0 1A 63 5 2C 62 30
Octal 362 262 2 0 32 143 5 54 142 60
Binary 11110010 10110010 10 0 11010 1100011 101 101100 1100010 110000

Color Harmonies of #F2B202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B202

Black with #F2B202

Text Example


Text Example

White with #F2B202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B202; }

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

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

background-color css

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

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

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

border-color css

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

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

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