Html Css Color HEX #F1D64B Energy Yellow

📋 copy color: '#F1D64B'

red 241 ◦ green 214 ◦ blue 75

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

Shades of Energy Yellow #F1D64B

Tints of Energy Yellow #F1D64B

RGB

 RED value IS 241 (94.53% from 255) = 45.47%

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 75 (29.69% from 255) = 14.15%

R = 45.47%
G = 40.38%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1D64B (or 0xF1D64B) is known color: Energy Yellow. HEX triplet: F1, D6 and 4B. RGB value is (241,214,75). Sum of RGB (Red+Green+Blue) = 241+214+75=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D64B is #0E29B4. Grayscale: #CECECE. Windows color (decimal): -928181 or 4970225. OLE color: 4970225.

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

Color convert

RGB 241 214 75 -
CMYK 0 0.11 0.69 0.05
HSL 50.24º 0.86% 0.62% -
HSV(B) 50.24º 0.69% 0.95% -
XYZ 61.59 67.3 16.4 -
YUV 206.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 241 214 75 0 0.11 0.69 0.05 50.24 0.86 0.62
Hex F1 D6 4B 0 B 45 5 32 56 3E
Octal 361 326 113 0 13 105 5 62 126 76
Binary 11110001 11010110 1001011 0 1011 1000101 101 110010 1010110 111110

Color Harmonies of #F1D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D64B

Black with #F1D64B

Text Example


Text Example

White with #F1D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D64B; }

 p { color: rgb(241,214,75); }

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

background-color css

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

 a { background-color: rgb(241,214,75); }

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

border-color css

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

 span { border-color: rgb(241,214,75); }

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