Html Css Color HEX #FFD90D School Bus Yellow

📋 copy color: '#FFD90D'

red 255 ◦ green 217 ◦ blue 13

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

Shades of School Bus Yellow #FFD90D

Tints of School Bus Yellow #FFD90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

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

R = 52.58%
G = 44.74%
B = 2.68%

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

#FFD90D (or 0xFFD90D) is known color: School Bus Yellow. HEX triplet: FF, D9 and 0D. RGB value is (255,217,13). Sum of RGB (Red+Green+Blue) = 255+217+13=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD90D is #0026F2. Grayscale: #CDCDCD. Windows color (decimal): -9971 or 907775. OLE color: 907775.

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

Color convert

RGB 255 217 13 -
CMYK 0 0.15 0.95 0
HSL 50.58º 1% 0.53% -
HSV(B) 50.58º 0.95% 1% -
XYZ 66.13 70.91 10.58 -
YUV 205.11 19.59 163.59 -
System Red Green Blue C M Y K H S L
Decimal 255 217 13 0 0.15 0.95 0 50.58 1 0.53
Hex FF D9 D 0 F 5F 0 33 64 35
Octal 377 331 15 0 17 137 0 63 144 65
Binary 11111111 11011001 1101 0 1111 1011111 0 110011 1100100 110101

Color Harmonies of #FFD90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD90D

Black with #FFD90D

Text Example


Text Example

White with #FFD90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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