Html Css Color HEX #FDDA0F School Bus Yellow

📋 copy color: '#FDDA0F'

red 253 ◦ green 218 ◦ blue 15

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

Shades of School Bus Yellow #FDDA0F

Tints of School Bus Yellow #FDDA0F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 15 (6.25% from 255) = 3.09%

R = 52.06%
G = 44.86%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDDA0F (or 0xFDDA0F) is known color: School Bus Yellow. HEX triplet: FD, DA and 0F. RGB value is (253,218,15). Sum of RGB (Red+Green+Blue) = 253+218+15=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA0F is #0225F0. Grayscale: #CECECE. Windows color (decimal): -140785 or 1039101. OLE color: 1039101.

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

Color convert

RGB 253 218 15 -
CMYK 0 0.14 0.94 0.01
HSL 51.18º 0.98% 0.53% -
HSV(B) 51.18º 0.94% 0.99% -
XYZ 65.67 71.06 10.71 -
YUV 205.32 20.6 162.01 -
System Red Green Blue C M Y K H S L
Decimal 253 218 15 0 0.14 0.94 0.01 51.18 0.98 0.53
Hex FD DA F 0 E 5E 1 33 62 35
Octal 375 332 17 0 16 136 1 63 142 65
Binary 11111101 11011010 1111 0 1110 1011110 1 110011 1100010 110101

Color Harmonies of #FDDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA0F

Black with #FDDA0F

Text Example


Text Example

White with #FDDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA0F; }

 p { color: rgb(253,218,15); }

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

background-color css

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

 a { background-color: rgb(253,218,15); }

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

border-color css

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

 span { border-color: rgb(253,218,15); }

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