Html Css Color HEX #F2D900 School Bus Yellow

📋 copy color: '#F2D900'

red 242 ◦ green 217 ◦ blue 0

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

Shades of School Bus Yellow #F2D900

Tints of School Bus Yellow #F2D900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.72%
G = 47.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2D900 (or 0xF2D900) is known color: School Bus Yellow. HEX triplet: F2, D9 and 00. RGB value is (242,217,0). Sum of RGB (Red+Green+Blue) = 242+217+0=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D900 is #0D26FF. Grayscale: #C8C8C8. Windows color (decimal): -861952 or 55794. OLE color: 55794.

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

Color convert

RGB 242 217 0 -
CMYK 0 0.10 1 0.05
HSL 53.8º 1% 0.47% -
HSV(B) 53.8º 1% 0.95% -
XYZ 61.43 68.5 9.98 -
YUV 199.74 15.28 158.14 -
System Red Green Blue C M Y K H S L
Decimal 242 217 0 0 0.10 1 0.05 53.8 1 0.47
Hex F2 D9 0 0 A 64 5 36 64 2F
Octal 362 331 0 0 12 144 5 66 144 57
Binary 11110010 11011001 0 0 1010 1100100 101 110110 1100100 101111

Color Harmonies of #F2D900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D900

Black with #F2D900

Text Example


Text Example

White with #F2D900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D900; }

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

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

background-color css

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

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

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

border-color css

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

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

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