Html Css Color HEX #FFF80D Yellow

📋 copy color: '#FFF80D'

red 255 ◦ green 248 ◦ blue 13

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

Shades of Yellow #FFF80D

Tints of Yellow #FFF80D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.06%

 BLUE value IS 13 (5.47% from 255) = 2.52%

R = 49.42%
G = 48.06%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF80D (or 0xFFF80D) is known color: Yellow. HEX triplet: FF, F8 and 0D. RGB value is (255,248,13). Sum of RGB (Red+Green+Blue) = 255+248+13=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 13 (5.47% from 255 or 2.52% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF80D is #0007F2. Grayscale: #E0E0E0. Windows color (decimal): -2035 or 915711. OLE color: 915711.

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

Color convert

RGB 255 248 13 -
CMYK 0 0.03 0.95 0
HSL 58.26º 1% 0.53% -
HSV(B) 58.26º 0.95% 1% -
XYZ 74.88 88.42 13.5 -
YUV 223.3 9.32 150.61 -
System Red Green Blue C M Y K H S L
Decimal 255 248 13 0 0.03 0.95 0 58.26 1 0.53
Hex FF F8 D 0 3 5F 0 3A 64 35
Octal 377 370 15 0 3 137 0 72 144 65
Binary 11111111 11111000 1101 0 11 1011111 0 111010 1100100 110101

Color Harmonies of #FFF80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF80D

Black with #FFF80D

Text Example


Text Example

White with #FFF80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF80D; }

 p { color: rgb(255,248,13); }

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

background-color css

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

 a { background-color: rgb(255,248,13); }

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

border-color css

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

 span { border-color: rgb(255,248,13); }

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