Html Css Color HEX #FED140 Sunglow

📋 copy color: '#FED140'

red 254 ◦ green 209 ◦ blue 64

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

Shades of Sunglow #FED140

Tints of Sunglow #FED140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.66%

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

R = 48.2%
G = 39.66%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FED140 (or 0xFED140) is known color: Sunglow. HEX triplet: FE, D1 and 40. RGB value is (254,209,64). Sum of RGB (Red+Green+Blue) = 254+209+64=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FED140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED140 is #012EBF. Grayscale: #CECECE. Windows color (decimal): -77504 or 4248062. OLE color: 4248062.

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

Color convert

RGB 254 209 64 -
CMYK 0 0.18 0.75 0.00
HSL 45.79º 0.99% 0.62% -
HSV(B) 45.79º 0.75% 1% -
XYZ 64.6 67.04 14.39 -
YUV 205.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 254 209 64 0 0.18 0.75 0.00 45.79 0.99 0.62
Hex FE D1 40 0 12 4B 0 2E 63 3E
Octal 376 321 100 0 22 113 0 56 143 76
Binary 11111110 11010001 1000000 0 10010 1001011 0 101110 1100011 111110

Color Harmonies of #FED140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED140

Black with #FED140

Text Example


Text Example

White with #FED140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED140; }

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

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

background-color css

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

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

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

border-color css

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

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

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