Html Css Color HEX #FED12C Sunglow

📋 copy color: '#FED12C'

red 254 ◦ green 209 ◦ blue 44

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

Shades of Sunglow #FED12C

Tints of Sunglow #FED12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.68%

R = 50.1%
G = 41.22%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FED12C (or 0xFED12C) is known color: Sunglow. HEX triplet: FE, D1 and 2C. RGB value is (254,209,44). Sum of RGB (Red+Green+Blue) = 254+209+44=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FED12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED12C is #012ED3. Grayscale: #CCCCCC. Windows color (decimal): -77524 or 2937342. OLE color: 2937342.

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

Color convert

RGB 254 209 44 -
CMYK 0 0.18 0.83 0.00
HSL 47.14º 0.99% 0.58% -
HSV(B) 47.14º 0.83% 1% -
XYZ 64.13 66.85 11.91 -
YUV 203.65 37.91 163.92 -
System Red Green Blue C M Y K H S L
Decimal 254 209 44 0 0.18 0.83 0.00 47.14 0.99 0.58
Hex FE D1 2C 0 12 53 0 2F 63 3A
Octal 376 321 54 0 22 123 0 57 143 72
Binary 11111110 11010001 101100 0 10010 1010011 0 101111 1100011 111010

Color Harmonies of #FED12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED12C

Black with #FED12C

Text Example


Text Example

White with #FED12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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