Html Css Color HEX #FFDA0F School Bus Yellow

📋 copy color: '#FFDA0F'

red 255 ◦ green 218 ◦ blue 15

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

Shades of School Bus Yellow #FFDA0F

Tints of School Bus Yellow #FFDA0F

RGB

 RED value IS 255 (100% from 255) = 52.25%

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

 BLUE value IS 15 (6.25% from 255) = 3.07%

R = 52.25%
G = 44.67%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFDA0F (or 0xFFDA0F) is known color: School Bus Yellow. HEX triplet: FF, DA and 0F. RGB value is (255,218,15). Sum of RGB (Red+Green+Blue) = 255+218+15=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 15 (6.25% from 255 or 3.07% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDA0F is #0025F0. Grayscale: #CECECE. Windows color (decimal): -9713 or 1039103. OLE color: 1039103.

HSL color Cylindrical-coordinate representation of color #FFDA0F: hue angle of 50.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFDA0F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 218 15 -
CMYK 0 0.15 0.94 0
HSL 50.75º 1% 0.53% -
HSV(B) 50.75º 0.94% 1% -
XYZ 66.4 71.44 10.74 -
YUV 205.92 20.26 163.01 -
System Red Green Blue C M Y K H S L
Decimal 255 218 15 0 0.15 0.94 0 50.75 1 0.53
Hex FF DA F 0 F 5E 0 33 64 35
Octal 377 332 17 0 17 136 0 63 144 65
Binary 11111111 11011010 1111 0 1111 1011110 0 110011 1100100 110101

Color Harmonies of #FFDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA0F

Black with #FFDA0F

Text Example


Text Example

White with #FFDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA0F; }

 p { color: rgb(255,218,15); }

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

background-color css

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

 a { background-color: rgb(255,218,15); }

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

border-color css

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

 span { border-color: rgb(255,218,15); }

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