Html Css Color HEX #FEC740 Sunglow

📋 copy color: '#FEC740'

red 254 ◦ green 199 ◦ blue 64

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

Shades of Sunglow #FEC740

Tints of Sunglow #FEC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 49.13%
G = 38.49%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEC740 (or 0xFEC740) is known color: Sunglow. HEX triplet: FE, C7 and 40. RGB value is (254,199,64). Sum of RGB (Red+Green+Blue) = 254+199+64=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC740 is #0138BF. Grayscale: #C8C8C8. Windows color (decimal): -80064 or 4245502. OLE color: 4245502.

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

Color convert

RGB 254 199 64 -
CMYK 0 0.22 0.75 0.00
HSL 42.63º 0.99% 0.62% -
HSV(B) 42.63º 0.75% 1% -
XYZ 62.22 62.29 13.59 -
YUV 200.06 51.22 166.48 -
System Red Green Blue C M Y K H S L
Decimal 254 199 64 0 0.22 0.75 0.00 42.63 0.99 0.62
Hex FE C7 40 0 16 4B 0 2B 63 3E
Octal 376 307 100 0 26 113 0 53 143 76
Binary 11111110 11000111 1000000 0 10110 1001011 0 101011 1100011 111110

Color Harmonies of #FEC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC740

Black with #FEC740

Text Example


Text Example

White with #FEC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC740; }

 p { color: rgb(254,199,64); }

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

background-color css

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

 a { background-color: rgb(254,199,64); }

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

border-color css

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

 span { border-color: rgb(254,199,64); }

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