Html Css Color HEX #F3DA0A School Bus Yellow

📋 copy color: '#F3DA0A'

red 243 ◦ green 218 ◦ blue 10

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

Shades of School Bus Yellow #F3DA0A

Tints of School Bus Yellow #F3DA0A

RGB

 RED value IS 243 (95.31% from 255) = 51.59%

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 51.59%
G = 46.28%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3DA0A (or 0xF3DA0A) is known color: School Bus Yellow. HEX triplet: F3, DA and 0A. RGB value is (243,218,10). Sum of RGB (Red+Green+Blue) = 243+218+10=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DA0A is #0C25F5. Grayscale: #CACACA. Windows color (decimal): -796150 or 711411. OLE color: 711411.

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

Color convert

RGB 243 218 10 -
CMYK 0 0.10 0.96 0.05
HSL 53.56º 0.92% 0.5% -
HSV(B) 53.56º 0.96% 0.95% -
XYZ 62.09 69.22 10.38 -
YUV 201.76 19.78 157.41 -
System Red Green Blue C M Y K H S L
Decimal 243 218 10 0 0.10 0.96 0.05 53.56 0.92 0.5
Hex F3 DA A 0 A 60 5 36 5C 32
Octal 363 332 12 0 12 140 5 66 134 62
Binary 11110011 11011010 1010 0 1010 1100000 101 110110 1011100 110010

Color Harmonies of #F3DA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA0A

Black with #F3DA0A

Text Example


Text Example

White with #F3DA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA0A; }

 p { color: rgb(243,218,10); }

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

background-color css

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

 a { background-color: rgb(243,218,10); }

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

border-color css

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

 span { border-color: rgb(243,218,10); }

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