Html Css Color HEX #F5D90A School Bus Yellow

📋 copy color: '#F5D90A'

red 245 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #F5D90A

Tints of School Bus Yellow #F5D90A

RGB

 RED value IS 245 (96.09% from 255) = 51.91%

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

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

R = 51.91%
G = 45.97%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5D90A (or 0xF5D90A) is known color: School Bus Yellow. HEX triplet: F5, D9 and 0A. RGB value is (245,217,10). Sum of RGB (Red+Green+Blue) = 245+217+10=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D90A is #0A26F5. Grayscale: #CACACA. Windows color (decimal): -665334 or 711157. OLE color: 711157.

HSL color Cylindrical-coordinate representation of color #F5D90A: hue angle of 52.85º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5D90A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 217 10 -
CMYK 0 0.11 0.96 0.04
HSL 52.85º 0.92% 0.5% -
HSV(B) 52.85º 0.96% 0.96% -
XYZ 62.52 69.06 10.32 -
YUV 201.77 19.78 158.83 -
System Red Green Blue C M Y K H S L
Decimal 245 217 10 0 0.11 0.96 0.04 52.85 0.92 0.5
Hex F5 D9 A 0 B 60 4 35 5C 32
Octal 365 331 12 0 13 140 4 65 134 62
Binary 11110101 11011001 1010 0 1011 1100000 100 110101 1011100 110010

Color Harmonies of #F5D90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D90A

Black with #F5D90A

Text Example


Text Example

White with #F5D90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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