Html Css Color HEX #F3D80C School Bus Yellow

📋 copy color: '#F3D80C'

red 243 ◦ green 216 ◦ blue 12

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

Shades of School Bus Yellow #F3D80C

Tints of School Bus Yellow #F3D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

 BLUE value IS 12 (5.08% from 255) = 2.55%

R = 51.59%
G = 45.86%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3D80C (or 0xF3D80C) is known color: School Bus Yellow. HEX triplet: F3, D8 and 0C. RGB value is (243,216,12). Sum of RGB (Red+Green+Blue) = 243+216+12=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D80C is #0C27F3. Grayscale: #C9C9C9. Windows color (decimal): -796660 or 841971. OLE color: 841971.

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

Color convert

RGB 243 216 12 -
CMYK 0 0.11 0.95 0.05
HSL 52.99º 0.91% 0.5% -
HSV(B) 52.99º 0.95% 0.95% -
XYZ 61.58 68.19 10.26 -
YUV 200.82 21.45 158.09 -
System Red Green Blue C M Y K H S L
Decimal 243 216 12 0 0.11 0.95 0.05 52.99 0.91 0.5
Hex F3 D8 C 0 B 5F 5 35 5B 32
Octal 363 330 14 0 13 137 5 65 133 62
Binary 11110011 11011000 1100 0 1011 1011111 101 110101 1011011 110010

Color Harmonies of #F3D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D80C

Black with #F3D80C

Text Example


Text Example

White with #F3D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D80C; }

 p { color: rgb(243,216,12); }

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

background-color css

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

 a { background-color: rgb(243,216,12); }

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

border-color css

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

 span { border-color: rgb(243,216,12); }

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