Html Css Color HEX #FBDA0C School Bus Yellow

📋 copy color: '#FBDA0C'

red 251 ◦ green 218 ◦ blue 12

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

Shades of School Bus Yellow #FBDA0C

Tints of School Bus Yellow #FBDA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.49%

R = 52.18%
G = 45.32%
B = 2.49%

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

#FBDA0C (or 0xFBDA0C) is known color: School Bus Yellow. HEX triplet: FB, DA and 0C. RGB value is (251,218,12). Sum of RGB (Red+Green+Blue) = 251+218+12=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDA0C is #0425F3. Grayscale: #CDCDCD. Windows color (decimal): -271860 or 842491. OLE color: 842491.

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

Color convert

RGB 251 218 12 -
CMYK 0 0.13 0.95 0.02
HSL 51.72º 0.97% 0.52% -
HSV(B) 51.72º 0.95% 0.98% -
XYZ 64.92 70.68 10.57 -
YUV 204.38 19.43 161.25 -
System Red Green Blue C M Y K H S L
Decimal 251 218 12 0 0.13 0.95 0.02 51.72 0.97 0.52
Hex FB DA C 0 D 5F 2 34 61 34
Octal 373 332 14 0 15 137 2 64 141 64
Binary 11111011 11011010 1100 0 1101 1011111 10 110100 1100001 110100

Color Harmonies of #FBDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA0C

Black with #FBDA0C

Text Example


Text Example

White with #FBDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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