Html Css Color HEX #F2DA07 School Bus Yellow

📋 copy color: '#F2DA07'

red 242 ◦ green 218 ◦ blue 7

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

Shades of School Bus Yellow #F2DA07

Tints of School Bus Yellow #F2DA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 51.82%
G = 46.68%
B = 1.5%

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

#F2DA07 (or 0xF2DA07) is known color: School Bus Yellow. HEX triplet: F2, DA and 07. RGB value is (242,218,7). Sum of RGB (Red+Green+Blue) = 242+218+7=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DA07 is #0D25F8. Grayscale: #C9C9C9. Windows color (decimal): -861689 or 514802. OLE color: 514802.

HSL color Cylindrical-coordinate representation of color #F2DA07: hue angle of 53.87º 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 #F2DA07 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 218 7 -
CMYK 0 0.10 0.97 0.05
HSL 53.87º 0.94% 0.49% -
HSV(B) 53.87º 0.97% 0.95% -
XYZ 61.73 69.04 10.27 -
YUV 201.12 18.45 157.16 -
System Red Green Blue C M Y K H S L
Decimal 242 218 7 0 0.10 0.97 0.05 53.87 0.94 0.49
Hex F2 DA 7 0 A 61 5 36 5E 31
Octal 362 332 7 0 12 141 5 66 136 61
Binary 11110010 11011010 111 0 1010 1100001 101 110110 1011110 110001

Color Harmonies of #F2DA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA07

Black with #F2DA07

Text Example


Text Example

White with #F2DA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA07; }

 p { color: rgb(242,218,7); }

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

background-color css

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

 a { background-color: rgb(242,218,7); }

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

border-color css

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

 span { border-color: rgb(242,218,7); }

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