Html Css Color HEX #F2D908 School Bus Yellow

📋 copy color: '#F2D908'

red 242 ◦ green 217 ◦ blue 8

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

Shades of School Bus Yellow #F2D908

Tints of School Bus Yellow #F2D908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.71%

R = 51.82%
G = 46.47%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2D908 (or 0xF2D908) is known color: School Bus Yellow. HEX triplet: F2, D9 and 08. RGB value is (242,217,8). Sum of RGB (Red+Green+Blue) = 242+217+8=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 8 (3.52% from 255 or 1.71% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D908 is #0D26F7. Grayscale: #C9C9C9. Windows color (decimal): -861944 or 580082. OLE color: 580082.

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

Color convert

RGB 242 217 8 -
CMYK 0 0.10 0.97 0.05
HSL 53.59º 0.94% 0.49% -
HSV(B) 53.59º 0.97% 0.95% -
XYZ 61.47 68.52 10.22 -
YUV 200.65 19.28 157.49 -
System Red Green Blue C M Y K H S L
Decimal 242 217 8 0 0.10 0.97 0.05 53.59 0.94 0.49
Hex F2 D9 8 0 A 61 5 36 5E 31
Octal 362 331 10 0 12 141 5 66 136 61
Binary 11110010 11011001 1000 0 1010 1100001 101 110110 1011110 110001

Color Harmonies of #F2D908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D908

Black with #F2D908

Text Example


Text Example

White with #F2D908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D908; }

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

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

background-color css

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

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

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

border-color css

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

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

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