Html Css Color HEX #FAD90F School Bus Yellow

📋 copy color: '#FAD90F'

red 250 ◦ green 217 ◦ blue 15

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

Shades of School Bus Yellow #FAD90F

Tints of School Bus Yellow #FAD90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 51.87%
G = 45.02%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAD90F (or 0xFAD90F) is known color: School Bus Yellow. HEX triplet: FA, D9 and 0F. RGB value is (250,217,15). Sum of RGB (Red+Green+Blue) = 250+217+15=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD90F is #0526F0. Grayscale: #CCCCCC. Windows color (decimal): -337649 or 1038842. OLE color: 1038842.

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

Color convert

RGB 250 217 15 -
CMYK 0 0.13 0.94 0.02
HSL 51.57º 0.96% 0.52% -
HSV(B) 51.57º 0.94% 0.98% -
XYZ 64.32 69.98 10.57 -
YUV 203.84 21.43 160.93 -
System Red Green Blue C M Y K H S L
Decimal 250 217 15 0 0.13 0.94 0.02 51.57 0.96 0.52
Hex FA D9 F 0 D 5E 2 34 60 34
Octal 372 331 17 0 15 136 2 64 140 64
Binary 11111010 11011001 1111 0 1101 1011110 10 110100 1100000 110100

Color Harmonies of #FAD90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD90F

Black with #FAD90F

Text Example


Text Example

White with #FAD90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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