Html Css Color HEX #FFF202 Yellow

📋 copy color: '#FFF202'

red 255 ◦ green 242 ◦ blue 2

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

Shades of Yellow #FFF202

Tints of Yellow #FFF202

RGB

 RED value IS 255 (100% from 255) = 51.1%

 GREEN value IS 242 (94.92% from 255) = 48.5%

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

R = 51.1%
G = 48.5%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFF202 (or 0xFFF202) is known color: Yellow. HEX triplet: FF, F2 and 02. RGB value is (255,242,2). Sum of RGB (Red+Green+Blue) = 255+242+2=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 2 (1.17% from 255 or 0.40% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF202 is #000DFD. Grayscale: #DBDBDB. Windows color (decimal): -3582 or 193279. OLE color: 193279.

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

Color convert

RGB 255 242 2 -
CMYK 0 0.05 0.99 0
HSL 56.92º 1% 0.5% -
HSV(B) 56.92º 0.99% 1% -
XYZ 73 84.77 12.57 -
YUV 218.53 5.81 154.01 -
System Red Green Blue C M Y K H S L
Decimal 255 242 2 0 0.05 0.99 0 56.92 1 0.5
Hex FF F2 2 0 5 63 0 39 64 32
Octal 377 362 2 0 5 143 0 71 144 62
Binary 11111111 11110010 10 0 101 1100011 0 111001 1100100 110010

Color Harmonies of #FFF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF202

Black with #FFF202

Text Example


Text Example

White with #FFF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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