Html Css Color HEX #FFDA48 Energy Yellow

📋 copy color: '#FFDA48'

red 255 ◦ green 218 ◦ blue 72

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

Shades of Energy Yellow #FFDA48

Tints of Energy Yellow #FFDA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.21%

R = 46.79%
G = 40%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFDA48 (or 0xFFDA48) is known color: Energy Yellow. HEX triplet: FF, DA and 48. RGB value is (255,218,72). Sum of RGB (Red+Green+Blue) = 255+218+72=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA48 is #0025B7. Grayscale: #D5D5D5. Windows color (decimal): -9656 or 4774655. OLE color: 4774655.

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

Color convert

RGB 255 218 72 -
CMYK 0 0.15 0.72 0
HSL 47.87º 1% 0.64% -
HSV(B) 47.87º 0.72% 1% -
XYZ 67.48 71.87 16.45 -
YUV 212.42 48.76 158.37 -
System Red Green Blue C M Y K H S L
Decimal 255 218 72 0 0.15 0.72 0 47.87 1 0.64
Hex FF DA 48 0 F 48 0 30 64 40
Octal 377 332 110 0 17 110 0 60 144 100
Binary 11111111 11011010 1001000 0 1111 1001000 0 110000 1100100 1000000

Color Harmonies of #FFDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA48

Black with #FFDA48

Text Example


Text Example

White with #FFDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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