Html Css Color HEX #F8DA09 School Bus Yellow

📋 copy color: '#F8DA09'

red 248 ◦ green 218 ◦ blue 9

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

Shades of School Bus Yellow #F8DA09

Tints of School Bus Yellow #F8DA09

RGB

 RED value IS 248 (97.27% from 255) = 52.21%

 GREEN value IS 218 (85.55% from 255) = 45.89%

 BLUE value IS 9 (3.91% from 255) = 1.89%

R = 52.21%
G = 45.89%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8DA09 (or 0xF8DA09) is known color: School Bus Yellow. HEX triplet: F8, DA and 09. RGB value is (248,218,9). Sum of RGB (Red+Green+Blue) = 248+218+9=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 9 (3.91% from 255 or 1.89% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DA09 is #0725F6. Grayscale: #CCCCCC. Windows color (decimal): -468471 or 645880. OLE color: 645880.

HSL color Cylindrical-coordinate representation of color #F8DA09: hue angle of 52.47º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8DA09 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 218 9 -
CMYK 0 0.12 0.96 0.03
HSL 52.47º 0.94% 0.5% -
HSV(B) 52.47º 0.96% 0.97% -
XYZ 63.83 70.12 10.43 -
YUV 203.14 18.44 159.99 -
System Red Green Blue C M Y K H S L
Decimal 248 218 9 0 0.12 0.96 0.03 52.47 0.94 0.5
Hex F8 DA 9 0 C 60 3 34 5E 32
Octal 370 332 11 0 14 140 3 64 136 62
Binary 11111000 11011010 1001 0 1100 1100000 11 110100 1011110 110010

Color Harmonies of #F8DA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DA09

Black with #F8DA09

Text Example


Text Example

White with #F8DA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DA09; }

 p { color: rgb(248,218,9); }

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

background-color css

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

 a { background-color: rgb(248,218,9); }

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

border-color css

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

 span { border-color: rgb(248,218,9); }

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