Html Css Color HEX #FDDB07 School Bus Yellow

📋 copy color: '#FDDB07'

red 253 ◦ green 219 ◦ blue 7

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

Shades of School Bus Yellow #FDDB07

Tints of School Bus Yellow #FDDB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.82%
G = 45.72%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDDB07 (or 0xFDDB07) is known color: School Bus Yellow. HEX triplet: FD, DB and 07. RGB value is (253,219,7). Sum of RGB (Red+Green+Blue) = 253+219+7=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 7 (3.12% from 255 or 1.46% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB07 is #0224F8. Grayscale: #CDCDCD. Windows color (decimal): -140537 or 515069. OLE color: 515069.

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

Color convert

RGB 253 219 7 -
CMYK 0 0.13 0.97 0.01
HSL 51.71º 0.98% 0.51% -
HSV(B) 51.71º 0.97% 0.99% -
XYZ 65.88 71.56 10.54 -
YUV 205 16.26 162.24 -
System Red Green Blue C M Y K H S L
Decimal 253 219 7 0 0.13 0.97 0.01 51.71 0.98 0.51
Hex FD DB 7 0 D 61 1 34 62 33
Octal 375 333 7 0 15 141 1 64 142 63
Binary 11111101 11011011 111 0 1101 1100001 1 110100 1100010 110011

Color Harmonies of #FDDB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB07

Black with #FDDB07

Text Example


Text Example

White with #FDDB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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