Html Css Color HEX #FDDB0E School Bus Yellow

📋 copy color: '#FDDB0E'

red 253 ◦ green 219 ◦ blue 14

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

Shades of School Bus Yellow #FDDB0E

Tints of School Bus Yellow #FDDB0E

RGB

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

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

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

R = 52.06%
G = 45.06%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDDB0E (or 0xFDDB0E) is known color: School Bus Yellow. HEX triplet: FD, DB and 0E. RGB value is (253,219,14). Sum of RGB (Red+Green+Blue) = 253+219+14=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDB0E is #0224F1. Grayscale: #CECECE. Windows color (decimal): -140530 or 973821. OLE color: 973821.

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

Color convert

RGB 253 219 14 -
CMYK 0 0.13 0.94 0.01
HSL 51.46º 0.98% 0.52% -
HSV(B) 51.46º 0.94% 0.99% -
XYZ 65.92 71.58 10.76 -
YUV 205.8 19.76 161.67 -
System Red Green Blue C M Y K H S L
Decimal 253 219 14 0 0.13 0.94 0.01 51.46 0.98 0.52
Hex FD DB E 0 D 5E 1 33 62 34
Octal 375 333 16 0 15 136 1 63 142 64
Binary 11111101 11011011 1110 0 1101 1011110 1 110011 1100010 110100

Color Harmonies of #FDDB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB0E

Black with #FDDB0E

Text Example


Text Example

White with #FDDB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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