Html Css Color HEX #FDDB0A School Bus Yellow

📋 copy color: '#FDDB0A'

red 253 ◦ green 219 ◦ blue 10

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

Shades of School Bus Yellow #FDDB0A

Tints of School Bus Yellow #FDDB0A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 52.49%
G = 45.44%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FDDB0A (or 0xFDDB0A) is known color: School Bus Yellow. HEX triplet: FD, DB and 0A. RGB value is (253,219,10). Sum of RGB (Red+Green+Blue) = 253+219+10=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB0A is #0224F5. Grayscale: #CECECE. Windows color (decimal): -140534 or 711677. OLE color: 711677.

HSL color Cylindrical-coordinate representation of color #FDDB0A: hue angle of 51.6º 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 #FDDB0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 10 -
CMYK 0 0.13 0.96 0.01
HSL 51.6º 0.98% 0.52% -
HSV(B) 51.6º 0.96% 0.99% -
XYZ 65.89 71.57 10.63 -
YUV 205.34 17.76 161.99 -
System Red Green Blue C M Y K H S L
Decimal 253 219 10 0 0.13 0.96 0.01 51.6 0.98 0.52
Hex FD DB A 0 D 60 1 34 62 34
Octal 375 333 12 0 15 140 1 64 142 64
Binary 11111101 11011011 1010 0 1101 1100000 1 110100 1100010 110100

Color Harmonies of #FDDB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB0A

Black with #FDDB0A

Text Example


Text Example

White with #FDDB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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