Html Css Color HEX #FED641 Sunglow

📋 copy color: '#FED641'

red 254 ◦ green 214 ◦ blue 65

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

Shades of Sunglow #FED641

Tints of Sunglow #FED641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.2%

R = 47.65%
G = 40.15%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED641 (or 0xFED641) is known color: Sunglow. HEX triplet: FE, D6 and 41. RGB value is (254,214,65). Sum of RGB (Red+Green+Blue) = 254+214+65=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 65 (25.78% from 255 or 12.20% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FED641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED641 is #0129BE. Grayscale: #D1D1D1. Windows color (decimal): -76223 or 4314878. OLE color: 4314878.

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

Color convert

RGB 254 214 65 -
CMYK 0 0.16 0.74 0.00
HSL 47.3º 0.99% 0.63% -
HSV(B) 47.3º 0.74% 1% -
XYZ 65.87 69.55 14.95 -
YUV 208.97 46.75 160.12 -
System Red Green Blue C M Y K H S L
Decimal 254 214 65 0 0.16 0.74 0.00 47.3 0.99 0.63
Hex FE D6 41 0 10 4A 0 2F 63 3F
Octal 376 326 101 0 20 112 0 57 143 77
Binary 11111110 11010110 1000001 0 10000 1001010 0 101111 1100011 111111

Color Harmonies of #FED641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED641

Black with #FED641

Text Example


Text Example

White with #FED641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED641; }

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

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

background-color css

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

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

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

border-color css

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

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

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