Html Css Color HEX #FFF80B Yellow

📋 copy color: '#FFF80B'

red 255 ◦ green 248 ◦ blue 11

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

Shades of Yellow #FFF80B

Tints of Yellow #FFF80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.14%

R = 49.61%
G = 48.25%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFF80B (or 0xFFF80B) is known color: Yellow. HEX triplet: FF, F8 and 0B. RGB value is (255,248,11). Sum of RGB (Red+Green+Blue) = 255+248+11=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 11 (4.69% from 255 or 2.14% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF80B is #0007F4. Grayscale: #E0E0E0. Windows color (decimal): -2037 or 784639. OLE color: 784639.

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

Color convert

RGB 255 248 11 -
CMYK 0 0.03 0.96 0
HSL 58.28º 1% 0.52% -
HSV(B) 58.28º 0.96% 1% -
XYZ 74.87 88.42 13.44 -
YUV 223.08 8.32 150.77 -
System Red Green Blue C M Y K H S L
Decimal 255 248 11 0 0.03 0.96 0 58.28 1 0.52
Hex FF F8 B 0 3 60 0 3A 64 34
Octal 377 370 13 0 3 140 0 72 144 64
Binary 11111111 11111000 1011 0 11 1100000 0 111010 1100100 110100

Color Harmonies of #FFF80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF80B

Black with #FFF80B

Text Example


Text Example

White with #FFF80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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