Html Css Color HEX #FDD90A School Bus Yellow

📋 copy color: '#FDD90A'

red 253 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #FDD90A

Tints of School Bus Yellow #FDD90A

RGB

 RED value IS 253 (99.22% from 255) = 52.71%

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

 BLUE value IS 10 (4.3% from 255) = 2.08%

R = 52.71%
G = 45.21%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDD90A (or 0xFDD90A) is known color: School Bus Yellow. HEX triplet: FD, D9 and 0A. RGB value is (253,217,10). Sum of RGB (Red+Green+Blue) = 253+217+10=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 10 (4.30% from 255 or 2.08% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD90A is #0226F5. Grayscale: #CDCDCD. Windows color (decimal): -141046 or 711165. OLE color: 711165.

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

Color convert

RGB 253 217 10 -
CMYK 0 0.14 0.96 0.01
HSL 51.11º 0.98% 0.52% -
HSV(B) 51.11º 0.96% 0.99% -
XYZ 65.38 70.53 10.46 -
YUV 204.17 18.43 162.83 -
System Red Green Blue C M Y K H S L
Decimal 253 217 10 0 0.14 0.96 0.01 51.11 0.98 0.52
Hex FD D9 A 0 E 60 1 33 62 34
Octal 375 331 12 0 16 140 1 63 142 64
Binary 11111101 11011001 1010 0 1110 1100000 1 110011 1100010 110100

Color Harmonies of #FDD90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD90A

Black with #FDD90A

Text Example


Text Example

White with #FDD90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD90A; }

 p { color: rgb(253,217,10); }

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

background-color css

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

 a { background-color: rgb(253,217,10); }

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

border-color css

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

 span { border-color: rgb(253,217,10); }

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