Html Css Color HEX #FBDA02 School Bus Yellow

📋 copy color: '#FBDA02'

red 251 ◦ green 218 ◦ blue 2

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

Shades of School Bus Yellow #FBDA02

Tints of School Bus Yellow #FBDA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 53.29%
G = 46.28%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FBDA02 (or 0xFBDA02) is known color: School Bus Yellow. HEX triplet: FB, DA and 02. RGB value is (251,218,2). Sum of RGB (Red+Green+Blue) = 251+218+2=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBDA02 is #0425FD. Grayscale: #CCCCCC. Windows color (decimal): -271870 or 187131. OLE color: 187131.

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

Color convert

RGB 251 218 2 -
CMYK 0 0.13 0.99 0.02
HSL 52.05º 0.98% 0.5% -
HSV(B) 52.05º 0.99% 0.98% -
XYZ 64.87 70.66 10.28 -
YUV 203.24 14.43 162.06 -
System Red Green Blue C M Y K H S L
Decimal 251 218 2 0 0.13 0.99 0.02 52.05 0.98 0.5
Hex FB DA 2 0 D 63 2 34 62 32
Octal 373 332 2 0 15 143 2 64 142 62
Binary 11111011 11011010 10 0 1101 1100011 10 110100 1100010 110010

Color Harmonies of #FBDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA02

Black with #FBDA02

Text Example


Text Example

White with #FBDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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