Html Css Color HEX #FECD29 Sunglow

📋 copy color: '#FECD29'

red 254 ◦ green 205 ◦ blue 41

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

Shades of Sunglow #FECD29

Tints of Sunglow #FECD29

RGB

 RED value IS 254 (99.61% from 255) = 50.8%

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 41 (16.41% from 255) = 8.2%

R = 50.8%
G = 41%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FECD29 (or 0xFECD29) is known color: Sunglow. HEX triplet: FE, CD and 29. RGB value is (254,205,41). Sum of RGB (Red+Green+Blue) = 254+205+41=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD29 is #0132D6. Grayscale: #C9C9C9. Windows color (decimal): -78551 or 2739710. OLE color: 2739710.

HSL color Cylindrical-coordinate representation of color #FECD29: hue angle of 46.2º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FECD29 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 41 -
CMYK 0 0.19 0.84 0.00
HSL 46.2º 0.99% 0.58% -
HSV(B) 46.2º 0.84% 1% -
XYZ 63.1 64.89 11.3 -
YUV 200.96 37.73 165.84 -
System Red Green Blue C M Y K H S L
Decimal 254 205 41 0 0.19 0.84 0.00 46.2 0.99 0.58
Hex FE CD 29 0 13 54 0 2E 63 3A
Octal 376 315 51 0 23 124 0 56 143 72
Binary 11111110 11001101 101001 0 10011 1010100 0 101110 1100011 111010

Color Harmonies of #FECD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD29

Black with #FECD29

Text Example


Text Example

White with #FECD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD29; }

 p { color: rgb(254,205,41); }

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

background-color css

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

 a { background-color: rgb(254,205,41); }

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

border-color css

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

 span { border-color: rgb(254,205,41); }

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