Html Css Color HEX #FADA07 School Bus Yellow

📋 copy color: '#FADA07'

red 250 ◦ green 218 ◦ blue 7

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

Shades of School Bus Yellow #FADA07

Tints of School Bus Yellow #FADA07

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

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

 BLUE value IS 7 (3.13% from 255) = 1.47%

R = 52.63%
G = 45.89%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FADA07 (or 0xFADA07) is known color: School Bus Yellow. HEX triplet: FA, DA and 07. RGB value is (250,218,7). Sum of RGB (Red+Green+Blue) = 250+218+7=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 7 (3.12% from 255 or 1.47% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA07 is #0525F8. Grayscale: #CCCCCC. Windows color (decimal): -337401 or 514810. OLE color: 514810.

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

Color convert

RGB 250 218 7 -
CMYK 0 0.13 0.97 0.02
HSL 52.1º 0.96% 0.5% -
HSV(B) 52.1º 0.97% 0.98% -
XYZ 64.53 70.48 10.4 -
YUV 203.51 17.1 161.16 -
System Red Green Blue C M Y K H S L
Decimal 250 218 7 0 0.13 0.97 0.02 52.1 0.96 0.5
Hex FA DA 7 0 D 61 2 34 60 32
Octal 372 332 7 0 15 141 2 64 140 62
Binary 11111010 11011010 111 0 1101 1100001 10 110100 1100000 110010

Color Harmonies of #FADA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA07

Black with #FADA07

Text Example


Text Example

White with #FADA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA07; }

 p { color: rgb(250,218,7); }

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

background-color css

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

 a { background-color: rgb(250,218,7); }

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

border-color css

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

 span { border-color: rgb(250,218,7); }

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