Html Css Color HEX #FFD80D School Bus Yellow

📋 copy color: '#FFD80D'

red 255 ◦ green 216 ◦ blue 13

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

Shades of School Bus Yellow #FFD80D

Tints of School Bus Yellow #FFD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

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

R = 52.69%
G = 44.63%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFD80D (or 0xFFD80D) is known color: School Bus Yellow. HEX triplet: FF, D8 and 0D. RGB value is (255,216,13). Sum of RGB (Red+Green+Blue) = 255+216+13=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD80D is #0027F2. Grayscale: #CDCDCD. Windows color (decimal): -10227 or 907519. OLE color: 907519.

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

Color convert

RGB 255 216 13 -
CMYK 0 0.15 0.95 0
HSL 50.33º 1% 0.53% -
HSV(B) 50.33º 0.95% 1% -
XYZ 65.87 70.4 10.5 -
YUV 204.52 19.92 164.01 -
System Red Green Blue C M Y K H S L
Decimal 255 216 13 0 0.15 0.95 0 50.33 1 0.53
Hex FF D8 D 0 F 5F 0 32 64 35
Octal 377 330 15 0 17 137 0 62 144 65
Binary 11111111 11011000 1101 0 1111 1011111 0 110010 1100100 110101

Color Harmonies of #FFD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD80D

Black with #FFD80D

Text Example


Text Example

White with #FFD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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