Html Css Color HEX #FECD3E Sunglow

📋 copy color: '#FECD3E'

red 254 ◦ green 205 ◦ blue 62

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

Shades of Sunglow #FECD3E

Tints of Sunglow #FECD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.9%

R = 48.75%
G = 39.35%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FECD3E (or 0xFECD3E) is known color: Sunglow. HEX triplet: FE, CD and 3E. RGB value is (254,205,62). Sum of RGB (Red+Green+Blue) = 254+205+62=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD3E is #0132C1. Grayscale: #CBCBCB. Windows color (decimal): -78530 or 4115966. OLE color: 4115966.

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

Color convert

RGB 254 205 62 -
CMYK 0 0.19 0.76 0.00
HSL 44.69º 0.99% 0.62% -
HSV(B) 44.69º 0.76% 1% -
XYZ 63.57 65.08 13.77 -
YUV 203.35 48.23 164.13 -
System Red Green Blue C M Y K H S L
Decimal 254 205 62 0 0.19 0.76 0.00 44.69 0.99 0.62
Hex FE CD 3E 0 13 4C 0 2D 63 3E
Octal 376 315 76 0 23 114 0 55 143 76
Binary 11111110 11001101 111110 0 10011 1001100 0 101101 1100011 111110

Color Harmonies of #FECD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD3E

Black with #FECD3E

Text Example


Text Example

White with #FECD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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