Html Css Color HEX #FED63C Sunglow

📋 copy color: '#FED63C'

red 254 ◦ green 214 ◦ blue 60

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

Shades of Sunglow #FED63C

Tints of Sunglow #FED63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.36%

R = 48.11%
G = 40.53%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FED63C (or 0xFED63C) is known color: Sunglow. HEX triplet: FE, D6 and 3C. RGB value is (254,214,60). Sum of RGB (Red+Green+Blue) = 254+214+60=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 60 (23.83% from 255 or 11.36% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FED63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED63C is #0129C3. Grayscale: #D1D1D1. Windows color (decimal): -76228 or 3987198. OLE color: 3987198.

HSL color Cylindrical-coordinate representation of color #FED63C: hue angle of 47.63º 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 #FED63C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 60 -
CMYK 0 0.16 0.76 0.00
HSL 47.63º 0.99% 0.62% -
HSV(B) 47.63º 0.76% 1% -
XYZ 65.74 69.49 14.22 -
YUV 208.4 44.25 160.52 -
System Red Green Blue C M Y K H S L
Decimal 254 214 60 0 0.16 0.76 0.00 47.63 0.99 0.62
Hex FE D6 3C 0 10 4C 0 30 63 3E
Octal 376 326 74 0 20 114 0 60 143 76
Binary 11111110 11010110 111100 0 10000 1001100 0 110000 1100011 111110

Color Harmonies of #FED63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED63C

Black with #FED63C

Text Example


Text Example

White with #FED63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED63C; }

 p { color: rgb(254,214,60); }

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

background-color css

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

 a { background-color: rgb(254,214,60); }

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

border-color css

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

 span { border-color: rgb(254,214,60); }

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