Html Css Color HEX #FFF205 Yellow

📋 copy color: '#FFF205'

red 255 ◦ green 242 ◦ blue 5

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

Shades of Yellow #FFF205

Tints of Yellow #FFF205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1%

R = 50.8%
G = 48.21%
B = 1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFF205 (or 0xFFF205) is known color: Yellow. HEX triplet: FF, F2 and 05. RGB value is (255,242,5). Sum of RGB (Red+Green+Blue) = 255+242+5=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 5 (2.34% from 255 or 1.00% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF205 is #000DFA. Grayscale: #DBDBDB. Windows color (decimal): -3579 or 389887. OLE color: 389887.

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

Color convert

RGB 255 242 5 -
CMYK 0 0.05 0.98 0
HSL 56.88º 1% 0.51% -
HSV(B) 56.88º 0.98% 1% -
XYZ 73.02 84.78 12.66 -
YUV 218.87 7.31 153.77 -
System Red Green Blue C M Y K H S L
Decimal 255 242 5 0 0.05 0.98 0 56.88 1 0.51
Hex FF F2 5 0 5 62 0 39 64 33
Octal 377 362 5 0 5 142 0 71 144 63
Binary 11111111 11110010 101 0 101 1100010 0 111001 1100100 110011

Color Harmonies of #FFF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF205

Black with #FFF205

Text Example


Text Example

White with #FFF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF205; }

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

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

background-color css

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

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

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

border-color css

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

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

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