Html Css Color HEX #F2D852 Energy Yellow

📋 copy color: '#F2D852'

red 242 ◦ green 216 ◦ blue 82

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

Shades of Energy Yellow #F2D852

Tints of Energy Yellow #F2D852

RGB

 RED value IS 242 (94.92% from 255) = 44.81%

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

 BLUE value IS 82 (32.42% from 255) = 15.19%

R = 44.81%
G = 40%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F2D852 (or 0xF2D852) is known color: Energy Yellow. HEX triplet: F2, D8 and 52. RGB value is (242,216,82). Sum of RGB (Red+Green+Blue) = 242+216+82=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D852 is #0D27AD. Grayscale: #D1D1D1. Windows color (decimal): -862126 or 5429490. OLE color: 5429490.

HSL color Cylindrical-coordinate representation of color #F2D852: hue angle of 50.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2D852 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 216 82 -
CMYK 0 0.11 0.66 0.05
HSL 50.25º 0.86% 0.64% -
HSV(B) 50.25º 0.66% 0.95% -
XYZ 62.7 68.6 17.92 -
YUV 208.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 242 216 82 0 0.11 0.66 0.05 50.25 0.86 0.64
Hex F2 D8 52 0 B 42 5 32 56 40
Octal 362 330 122 0 13 102 5 62 126 100
Binary 11110010 11011000 1010010 0 1011 1000010 101 110010 1010110 1000000

Color Harmonies of #F2D852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D852

Black with #F2D852

Text Example


Text Example

White with #F2D852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D852; }

 p { color: rgb(242,216,82); }

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

background-color css

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

 a { background-color: rgb(242,216,82); }

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

border-color css

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

 span { border-color: rgb(242,216,82); }

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