Html Css Color HEX #FDDA0E School Bus Yellow

📋 copy color: '#FDDA0E'

red 253 ◦ green 218 ◦ blue 14

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

Shades of School Bus Yellow #FDDA0E

Tints of School Bus Yellow #FDDA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.89%

R = 52.16%
G = 44.95%
B = 2.89%

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

#FDDA0E (or 0xFDDA0E) is known color: School Bus Yellow. HEX triplet: FD, DA and 0E. RGB value is (253,218,14). Sum of RGB (Red+Green+Blue) = 253+218+14=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA0E is #0225F1. Grayscale: #CECECE. Windows color (decimal): -140786 or 973565. OLE color: 973565.

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

Color convert

RGB 253 218 14 -
CMYK 0 0.14 0.94 0.01
HSL 51.21º 0.98% 0.52% -
HSV(B) 51.21º 0.94% 0.99% -
XYZ 65.66 71.06 10.67 -
YUV 205.21 20.1 162.09 -
System Red Green Blue C M Y K H S L
Decimal 253 218 14 0 0.14 0.94 0.01 51.21 0.98 0.52
Hex FD DA E 0 E 5E 1 33 62 34
Octal 375 332 16 0 16 136 1 63 142 64
Binary 11111101 11011010 1110 0 1110 1011110 1 110011 1100010 110100

Color Harmonies of #FDDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA0E

Black with #FDDA0E

Text Example


Text Example

White with #FDDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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