Html Css Color HEX #FEC340 Sunglow

📋 copy color: '#FEC340'

red 254 ◦ green 195 ◦ blue 64

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

Shades of Sunglow #FEC340

Tints of Sunglow #FEC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

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

R = 49.51%
G = 38.01%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEC340 (or 0xFEC340) is known color: Sunglow. HEX triplet: FE, C3 and 40. RGB value is (254,195,64). Sum of RGB (Red+Green+Blue) = 254+195+64=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC340 is #013CBF. Grayscale: #C6C6C6. Windows color (decimal): -81088 or 4244478. OLE color: 4244478.

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

Color convert

RGB 254 195 64 -
CMYK 0 0.23 0.75 0.00
HSL 41.37º 0.99% 0.62% -
HSV(B) 41.37º 0.75% 1% -
XYZ 61.31 60.47 13.29 -
YUV 197.71 52.55 168.15 -
System Red Green Blue C M Y K H S L
Decimal 254 195 64 0 0.23 0.75 0.00 41.37 0.99 0.62
Hex FE C3 40 0 17 4B 0 29 63 3E
Octal 376 303 100 0 27 113 0 51 143 76
Binary 11111110 11000011 1000000 0 10111 1001011 0 101001 1100011 111110

Color Harmonies of #FEC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC340

Black with #FEC340

Text Example


Text Example

White with #FEC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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