Html Css Color HEX #F2B201 Selective Yellow

📋 copy color: '#F2B201'

red 242 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #F2B201

Tints of Selective Yellow #F2B201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 57.48%
G = 42.28%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F2B201 (or 0xF2B201) is known color: Selective Yellow. HEX triplet: F2, B2 and 01. RGB value is (242,178,1). Sum of RGB (Red+Green+Blue) = 242+178+1=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2B201 is #0D4DFE. Grayscale: #B1B1B1. Windows color (decimal): -871935 or 111346. OLE color: 111346.

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

Color convert

RGB 242 178 1 -
CMYK 0 0.26 1.00 0.05
HSL 44.07º 0.99% 0.48% -
HSV(B) 44.07º 1% 0.95% -
XYZ 52.54 50.72 7.05 -
YUV 176.96 28.7 174.39 -
System Red Green Blue C M Y K H S L
Decimal 242 178 1 0 0.26 1.00 0.05 44.07 0.99 0.48
Hex F2 B2 1 0 1A 64 5 2C 63 30
Octal 362 262 1 0 32 144 5 54 143 60
Binary 11110010 10110010 1 0 11010 1100100 101 101100 1100011 110000

Color Harmonies of #F2B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B201

Black with #F2B201

Text Example


Text Example

White with #F2B201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B201; }

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

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

background-color css

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

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

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

border-color css

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

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

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