Html Css Color HEX #F7DA00 School Bus Yellow

📋 copy color: '#F7DA00'

red 247 ◦ green 218 ◦ blue 0

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

Shades of School Bus Yellow #F7DA00

Tints of School Bus Yellow #F7DA00

RGB

 RED value IS 247 (96.88% from 255) = 53.12%

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

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

R = 53.12%
G = 46.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F7DA00 (or 0xF7DA00) is known color: School Bus Yellow. HEX triplet: F7, DA and 00. RGB value is (247,218,0). Sum of RGB (Red+Green+Blue) = 247+218+0=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7DA00 is #0825FF. Grayscale: #CACACA. Windows color (decimal): -534016 or 56055. OLE color: 56055.

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

Color convert

RGB 247 218 0 -
CMYK 0 0.12 1 0.03
HSL 52.96º 1% 0.48% -
HSV(B) 52.96º 1% 0.97% -
XYZ 63.43 69.92 10.15 -
YUV 201.82 14.11 160.23 -
System Red Green Blue C M Y K H S L
Decimal 247 218 0 0 0.12 1 0.03 52.96 1 0.48
Hex F7 DA 0 0 C 64 3 35 64 30
Octal 367 332 0 0 14 144 3 65 144 60
Binary 11110111 11011010 0 0 1100 1100100 11 110101 1100100 110000

Color Harmonies of #F7DA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DA00

Black with #F7DA00

Text Example


Text Example

White with #F7DA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DA00; }

 p { color: rgb(247,218,0); }

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

background-color css

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

 a { background-color: rgb(247,218,0); }

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

border-color css

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

 span { border-color: rgb(247,218,0); }

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