Html Css Color HEX #FED631 Sunglow

📋 copy color: '#FED631'

red 254 ◦ green 214 ◦ blue 49

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

Shades of Sunglow #FED631

Tints of Sunglow #FED631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.48%

R = 49.13%
G = 41.39%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FED631 (or 0xFED631) is known color: Sunglow. HEX triplet: FE, D6 and 31. RGB value is (254,214,49). Sum of RGB (Red+Green+Blue) = 254+214+49=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 49 (19.53% from 255 or 9.48% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FED631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED631 is #0129CE. Grayscale: #CFCFCF. Windows color (decimal): -76239 or 3266302. OLE color: 3266302.

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

Color convert

RGB 254 214 49 -
CMYK 0 0.16 0.81 0.00
HSL 48.29º 0.99% 0.59% -
HSV(B) 48.29º 0.81% 1% -
XYZ 65.47 69.39 12.85 -
YUV 207.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 254 214 49 0 0.16 0.81 0.00 48.29 0.99 0.59
Hex FE D6 31 0 10 51 0 30 63 3B
Octal 376 326 61 0 20 121 0 60 143 73
Binary 11111110 11010110 110001 0 10000 1010001 0 110000 1100011 111011

Color Harmonies of #FED631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED631

Black with #FED631

Text Example


Text Example

White with #FED631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED631; }

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

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

background-color css

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

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

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

border-color css

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

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

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