Html Css Color HEX #F7DA0D School Bus Yellow

📋 copy color: '#F7DA0D'

red 247 ◦ green 218 ◦ blue 13

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

Shades of School Bus Yellow #F7DA0D

Tints of School Bus Yellow #F7DA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.72%

R = 51.67%
G = 45.61%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7DA0D (or 0xF7DA0D) is known color: School Bus Yellow. HEX triplet: F7, DA and 0D. RGB value is (247,218,13). Sum of RGB (Red+Green+Blue) = 247+218+13=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7DA0D is #0825F2. Grayscale: #CCCCCC. Windows color (decimal): -534003 or 908023. OLE color: 908023.

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

Color convert

RGB 247 218 13 -
CMYK 0 0.12 0.95 0.03
HSL 52.56º 0.94% 0.51% -
HSV(B) 52.56º 0.95% 0.97% -
XYZ 63.5 69.95 10.53 -
YUV 203.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 247 218 13 0 0.12 0.95 0.03 52.56 0.94 0.51
Hex F7 DA D 0 C 5F 3 35 5E 33
Octal 367 332 15 0 14 137 3 65 136 63
Binary 11110111 11011010 1101 0 1100 1011111 11 110101 1011110 110011

Color Harmonies of #F7DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DA0D

Black with #F7DA0D

Text Example


Text Example

White with #F7DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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