Html Css Color HEX #FED62D Sunglow

📋 copy color: '#FED62D'

red 254 ◦ green 214 ◦ blue 45

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

Shades of Sunglow #FED62D

Tints of Sunglow #FED62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.77%

R = 49.51%
G = 41.72%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FED62D (or 0xFED62D) is known color: Sunglow. HEX triplet: FE, D6 and 2D. RGB value is (254,214,45). Sum of RGB (Red+Green+Blue) = 254+214+45=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED62D is #0129D2. Grayscale: #CFCFCF. Windows color (decimal): -76243 or 3004158. OLE color: 3004158.

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

Color convert

RGB 254 214 45 -
CMYK 0 0.16 0.82 0.00
HSL 48.52º 0.99% 0.59% -
HSV(B) 48.52º 0.82% 1% -
XYZ 65.39 69.35 12.42 -
YUV 206.69 36.75 161.74 -
System Red Green Blue C M Y K H S L
Decimal 254 214 45 0 0.16 0.82 0.00 48.52 0.99 0.59
Hex FE D6 2D 0 10 52 0 31 63 3B
Octal 376 326 55 0 20 122 0 61 143 73
Binary 11111110 11010110 101101 0 10000 1010010 0 110001 1100011 111011

Color Harmonies of #FED62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED62D

Black with #FED62D

Text Example


Text Example

White with #FED62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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