Html Css Color HEX #FED62B Sunglow

📋 copy color: '#FED62B'

red 254 ◦ green 214 ◦ blue 43

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

Shades of Sunglow #FED62B

Tints of Sunglow #FED62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.41%

R = 49.71%
G = 41.88%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FED62B (or 0xFED62B) is known color: Sunglow. HEX triplet: FE, D6 and 2B. RGB value is (254,214,43). Sum of RGB (Red+Green+Blue) = 254+214+43=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FED62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED62B is #0129D4. Grayscale: #CFCFCF. Windows color (decimal): -76245 or 2873086. OLE color: 2873086.

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

Color convert

RGB 254 214 43 -
CMYK 0 0.16 0.83 0.00
HSL 48.63º 0.99% 0.58% -
HSV(B) 48.63º 0.83% 1% -
XYZ 65.36 69.34 12.22 -
YUV 206.47 35.75 161.9 -
System Red Green Blue C M Y K H S L
Decimal 254 214 43 0 0.16 0.83 0.00 48.63 0.99 0.58
Hex FE D6 2B 0 10 53 0 31 63 3A
Octal 376 326 53 0 20 123 0 61 143 72
Binary 11111110 11010110 101011 0 10000 1010011 0 110001 1100011 111010

Color Harmonies of #FED62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED62B

Black with #FED62B

Text Example


Text Example

White with #FED62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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