Html Css Color HEX #FAD90A School Bus Yellow

📋 copy color: '#FAD90A'

red 250 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #FAD90A

Tints of School Bus Yellow #FAD90A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 10 (4.3% from 255) = 2.1%

R = 52.41%
G = 45.49%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAD90A (or 0xFAD90A) is known color: School Bus Yellow. HEX triplet: FA, D9 and 0A. RGB value is (250,217,10). Sum of RGB (Red+Green+Blue) = 250+217+10=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD90A is #0526F5. Grayscale: #CCCCCC. Windows color (decimal): -337654 or 711162. OLE color: 711162.

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

Color convert

RGB 250 217 10 -
CMYK 0 0.13 0.96 0.02
HSL 51.75º 0.96% 0.51% -
HSV(B) 51.75º 0.96% 0.98% -
XYZ 64.29 69.97 10.4 -
YUV 203.27 18.93 161.33 -
System Red Green Blue C M Y K H S L
Decimal 250 217 10 0 0.13 0.96 0.02 51.75 0.96 0.51
Hex FA D9 A 0 D 60 2 34 60 33
Octal 372 331 12 0 15 140 2 64 140 63
Binary 11111010 11011001 1010 0 1101 1100000 10 110100 1100000 110011

Color Harmonies of #FAD90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD90A

Black with #FAD90A

Text Example


Text Example

White with #FAD90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD90A; }

 p { color: rgb(250,217,10); }

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

background-color css

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

 a { background-color: rgb(250,217,10); }

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

border-color css

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

 span { border-color: rgb(250,217,10); }

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