Html Css Color HEX #FBDA0D School Bus Yellow

📋 copy color: '#FBDA0D'

red 251 ◦ green 218 ◦ blue 13

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

Shades of School Bus Yellow #FBDA0D

Tints of School Bus Yellow #FBDA0D

RGB

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

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

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

R = 52.07%
G = 45.23%
B = 2.7%

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

#FBDA0D (or 0xFBDA0D) is known color: School Bus Yellow. HEX triplet: FB, DA and 0D. RGB value is (251,218,13). Sum of RGB (Red+Green+Blue) = 251+218+13=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDA0D is #0425F2. Grayscale: #CDCDCD. Windows color (decimal): -271859 or 908027. OLE color: 908027.

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

Color convert

RGB 251 218 13 -
CMYK 0 0.13 0.95 0.02
HSL 51.68º 0.97% 0.52% -
HSV(B) 51.68º 0.95% 0.98% -
XYZ 64.93 70.68 10.6 -
YUV 204.5 19.93 161.17 -
System Red Green Blue C M Y K H S L
Decimal 251 218 13 0 0.13 0.95 0.02 51.68 0.97 0.52
Hex FB DA D 0 D 5F 2 34 61 34
Octal 373 332 15 0 15 137 2 64 141 64
Binary 11111011 11011010 1101 0 1101 1011111 10 110100 1100001 110100

Color Harmonies of #FBDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA0D

Black with #FBDA0D

Text Example


Text Example

White with #FBDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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