Html Css Color HEX #FFF506 Yellow

📋 copy color: '#FFF506'

red 255 ◦ green 245 ◦ blue 6

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

Shades of Yellow #FFF506

Tints of Yellow #FFF506

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.42%

 BLUE value IS 6 (2.73% from 255) = 1.19%

R = 50.4%
G = 48.42%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFF506 (or 0xFFF506) is known color: Yellow. HEX triplet: FF, F5 and 06. RGB value is (255,245,6). Sum of RGB (Red+Green+Blue) = 255+245+6=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 6 (2.73% from 255 or 1.19% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF506 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF506 is #000AF9. Grayscale: #DDDDDD. Windows color (decimal): -2810 or 456191. OLE color: 456191.

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

Color convert

RGB 255 245 6 -
CMYK 0 0.04 0.98 0
HSL 57.59º 1% 0.51% -
HSV(B) 57.59º 0.98% 1% -
XYZ 73.93 86.58 12.99 -
YUV 220.74 6.81 152.43 -
System Red Green Blue C M Y K H S L
Decimal 255 245 6 0 0.04 0.98 0 57.59 1 0.51
Hex FF F5 6 0 4 62 0 3A 64 33
Octal 377 365 6 0 4 142 0 72 144 63
Binary 11111111 11110101 110 0 100 1100010 0 111010 1100100 110011

Color Harmonies of #FFF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF506

Black with #FFF506

Text Example


Text Example

White with #FFF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF506; }

 p { color: rgb(255,245,6); }

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

background-color css

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

 a { background-color: rgb(255,245,6); }

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

border-color css

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

 span { border-color: rgb(255,245,6); }

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