Html Css Color HEX #F3DA0D School Bus Yellow

📋 copy color: '#F3DA0D'

red 243 ◦ green 218 ◦ blue 13

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

Shades of School Bus Yellow #F3DA0D

Tints of School Bus Yellow #F3DA0D

RGB

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

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

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

R = 51.27%
G = 45.99%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3DA0D (or 0xF3DA0D) is known color: School Bus Yellow. HEX triplet: F3, DA and 0D. RGB value is (243,218,13). Sum of RGB (Red+Green+Blue) = 243+218+13=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 13 (5.47% from 255 or 2.74% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DA0D is #0C25F2. Grayscale: #CACACA. Windows color (decimal): -796147 or 908019. OLE color: 908019.

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

Color convert

RGB 243 218 13 -
CMYK 0 0.10 0.95 0.05
HSL 53.48º 0.91% 0.5% -
HSV(B) 53.48º 0.95% 0.95% -
XYZ 62.11 69.23 10.47 -
YUV 202.11 21.28 157.17 -
System Red Green Blue C M Y K H S L
Decimal 243 218 13 0 0.10 0.95 0.05 53.48 0.91 0.5
Hex F3 DA D 0 A 5F 5 35 5B 32
Octal 363 332 15 0 12 137 5 65 133 62
Binary 11110011 11011010 1101 0 1010 1011111 101 110101 1011011 110010

Color Harmonies of #F3DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA0D

Black with #F3DA0D

Text Example


Text Example

White with #F3DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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