Html Css Color HEX #FFF402 Yellow

📋 copy color: '#FFF402'

red 255 ◦ green 244 ◦ blue 2

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

Shades of Yellow #FFF402

Tints of Yellow #FFF402

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.7%

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

R = 50.9%
G = 48.7%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFF402 (or 0xFFF402) is known color: Yellow. HEX triplet: FF, F4 and 02. RGB value is (255,244,2). Sum of RGB (Red+Green+Blue) = 255+244+2=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 2 (1.17% from 255 or 0.40% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF402 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF402 is #000BFD. Grayscale: #DCDCDC. Windows color (decimal): -3070 or 193791. OLE color: 193791.

HSL color Cylindrical-coordinate representation of color #FFF402: hue angle of 57.39º 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 #FFF402 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 255 244 2 -
CMYK 0 0.04 0.99 0
HSL 57.39º 1% 0.5% -
HSV(B) 57.39º 0.99% 1% -
XYZ 73.6 85.97 12.77 -
YUV 219.7 5.14 153.18 -
System Red Green Blue C M Y K H S L
Decimal 255 244 2 0 0.04 0.99 0 57.39 1 0.5
Hex FF F4 2 0 4 63 0 39 64 32
Octal 377 364 2 0 4 143 0 71 144 62
Binary 11111111 11110100 10 0 100 1100011 0 111001 1100100 110010

Color Harmonies of #FFF402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF402

Black with #FFF402

Text Example


Text Example

White with #FFF402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF402; }

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

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

background-color css

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

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

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

border-color css

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

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

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