Html Css Color HEX #FBDB0D School Bus Yellow

📋 copy color: '#FBDB0D'

red 251 ◦ green 219 ◦ blue 13

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

Shades of School Bus Yellow #FBDB0D

Tints of School Bus Yellow #FBDB0D

RGB

 RED value IS 251 (98.44% from 255) = 51.97%

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

 BLUE value IS 13 (5.47% from 255) = 2.69%

R = 51.97%
G = 45.34%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBDB0D (or 0xFBDB0D) is known color: School Bus Yellow. HEX triplet: FB, DB and 0D. RGB value is (251,219,13). Sum of RGB (Red+Green+Blue) = 251+219+13=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDB0D is #0424F2. Grayscale: #CDCDCD. Windows color (decimal): -271603 or 908283. OLE color: 908283.

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

Color convert

RGB 251 219 13 -
CMYK 0 0.13 0.95 0.02
HSL 51.93º 0.97% 0.52% -
HSV(B) 51.93º 0.95% 0.98% -
XYZ 65.19 71.2 10.69 -
YUV 205.08 19.6 160.75 -
System Red Green Blue C M Y K H S L
Decimal 251 219 13 0 0.13 0.95 0.02 51.93 0.97 0.52
Hex FB DB D 0 D 5F 2 34 61 34
Octal 373 333 15 0 15 137 2 64 141 64
Binary 11111011 11011011 1101 0 1101 1011111 10 110100 1100001 110100

Color Harmonies of #FBDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB0D

Black with #FBDB0D

Text Example


Text Example

White with #FBDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB0D; }

 p { color: rgb(251,219,13); }

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

background-color css

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

 a { background-color: rgb(251,219,13); }

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

border-color css

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

 span { border-color: rgb(251,219,13); }

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