Html Css Color HEX #F2D90A School Bus Yellow

📋 copy color: '#F2D90A'

red 242 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #F2D90A

Tints of School Bus Yellow #F2D90A

RGB

 RED value IS 242 (94.92% from 255) = 51.6%

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

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

R = 51.6%
G = 46.27%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2D90A (or 0xF2D90A) is known color: School Bus Yellow. HEX triplet: F2, D9 and 0A. RGB value is (242,217,10). Sum of RGB (Red+Green+Blue) = 242+217+10=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D90A is #0D26F5. Grayscale: #C9C9C9. Windows color (decimal): -861942 or 711154. OLE color: 711154.

HSL color Cylindrical-coordinate representation of color #F2D90A: hue angle of 53.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2D90A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 10 -
CMYK 0 0.10 0.96 0.05
HSL 53.53º 0.92% 0.49% -
HSV(B) 53.53º 0.96% 0.95% -
XYZ 61.49 68.52 10.27 -
YUV 200.88 20.28 157.33 -
System Red Green Blue C M Y K H S L
Decimal 242 217 10 0 0.10 0.96 0.05 53.53 0.92 0.49
Hex F2 D9 A 0 A 60 5 36 5C 31
Octal 362 331 12 0 12 140 5 66 134 61
Binary 11110010 11011001 1010 0 1010 1100000 101 110110 1011100 110001

Color Harmonies of #F2D90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D90A

Black with #F2D90A

Text Example


Text Example

White with #F2D90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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