Html Css Color HEX #FED141 Sunglow

📋 copy color: '#FED141'

red 254 ◦ green 209 ◦ blue 65

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

Shades of Sunglow #FED141

Tints of Sunglow #FED141

RGB

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

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

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

R = 48.11%
G = 39.58%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED141 (or 0xFED141) is known color: Sunglow. HEX triplet: FE, D1 and 41. RGB value is (254,209,65). Sum of RGB (Red+Green+Blue) = 254+209+65=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FED141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED141 is #012EBE. Grayscale: #CECECE. Windows color (decimal): -77503 or 4313598. OLE color: 4313598.

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

Color convert

RGB 254 209 65 -
CMYK 0 0.18 0.74 0.00
HSL 45.71º 0.99% 0.63% -
HSV(B) 45.71º 0.74% 1% -
XYZ 64.63 67.05 14.54 -
YUV 206.04 48.41 162.21 -
System Red Green Blue C M Y K H S L
Decimal 254 209 65 0 0.18 0.74 0.00 45.71 0.99 0.63
Hex FE D1 41 0 12 4A 0 2E 63 3F
Octal 376 321 101 0 22 112 0 56 143 77
Binary 11111110 11010001 1000001 0 10010 1001010 0 101110 1100011 111111

Color Harmonies of #FED141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED141

Black with #FED141

Text Example


Text Example

White with #FED141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED141; }

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

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

background-color css

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

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

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

border-color css

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

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

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