Html Css Color HEX #F8DB0D School Bus Yellow

📋 copy color: '#F8DB0D'

red 248 ◦ green 219 ◦ blue 13

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

Shades of School Bus Yellow #F8DB0D

Tints of School Bus Yellow #F8DB0D

RGB

 RED value IS 248 (97.27% from 255) = 51.67%

 GREEN value IS 219 (85.94% from 255) = 45.63%

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

R = 51.67%
G = 45.63%
B = 2.71%

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

#F8DB0D (or 0xF8DB0D) is known color: School Bus Yellow. HEX triplet: F8, DB and 0D. RGB value is (248,219,13). Sum of RGB (Red+Green+Blue) = 248+219+13=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DB0D is #0724F2. Grayscale: #CDCDCD. Windows color (decimal): -468211 or 908280. OLE color: 908280.

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

Color convert

RGB 248 219 13 -
CMYK 0 0.12 0.95 0.03
HSL 52.6º 0.94% 0.51% -
HSV(B) 52.6º 0.95% 0.97% -
XYZ 64.12 70.65 10.64 -
YUV 204.19 20.11 159.25 -
System Red Green Blue C M Y K H S L
Decimal 248 219 13 0 0.12 0.95 0.03 52.6 0.94 0.51
Hex F8 DB D 0 C 5F 3 35 5E 33
Octal 370 333 15 0 14 137 3 65 136 63
Binary 11111000 11011011 1101 0 1100 1011111 11 110101 1011110 110011

Color Harmonies of #F8DB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB0D

Black with #F8DB0D

Text Example


Text Example

White with #F8DB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB0D; }

 p { color: rgb(248,219,13); }

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

background-color css

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

 a { background-color: rgb(248,219,13); }

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

border-color css

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

 span { border-color: rgb(248,219,13); }

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