Html Css Color HEX #F5D348 Energy Yellow

📋 copy color: '#F5D348'

red 245 ◦ green 211 ◦ blue 72

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

Shades of Energy Yellow #F5D348

Tints of Energy Yellow #F5D348

RGB

 RED value IS 245 (96.09% from 255) = 46.4%

 GREEN value IS 211 (82.81% from 255) = 39.96%

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

R = 46.4%
G = 39.96%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5D348 (or 0xF5D348) is known color: Energy Yellow. HEX triplet: F5, D3 and 48. RGB value is (245,211,72). Sum of RGB (Red+Green+Blue) = 245+211+72=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D348 is #0A2CB7. Grayscale: #CDCDCD. Windows color (decimal): -666808 or 4772853. OLE color: 4772853.

HSL color Cylindrical-coordinate representation of color #F5D348: hue angle of 48.21º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5D348 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 211 72 -
CMYK 0 0.14 0.71 0.04
HSL 48.21º 0.9% 0.62% -
HSV(B) 48.21º 0.71% 0.96% -
XYZ 62.12 66.47 15.69 -
YUV 205.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 245 211 72 0 0.14 0.71 0.04 48.21 0.9 0.62
Hex F5 D3 48 0 E 47 4 30 5A 3E
Octal 365 323 110 0 16 107 4 60 132 76
Binary 11110101 11010011 1001000 0 1110 1000111 100 110000 1011010 111110

Color Harmonies of #F5D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D348

Black with #F5D348

Text Example


Text Example

White with #F5D348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D348; }

 p { color: rgb(245,211,72); }

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

background-color css

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

 a { background-color: rgb(245,211,72); }

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

border-color css

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

 span { border-color: rgb(245,211,72); }

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