Html Css Color HEX #FEC134 Sunglow

📋 copy color: '#FEC134'

red 254 ◦ green 193 ◦ blue 52

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

Shades of Sunglow #FEC134

Tints of Sunglow #FEC134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.68%

 BLUE value IS 52 (20.7% from 255) = 10.42%

R = 50.9%
G = 38.68%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEC134 (or 0xFEC134) is known color: Sunglow. HEX triplet: FE, C1 and 34. RGB value is (254,193,52). Sum of RGB (Red+Green+Blue) = 254+193+52=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC134 is #013ECB. Grayscale: #C3C3C3. Windows color (decimal): -81612 or 3457534. OLE color: 3457534.

HSL color Cylindrical-coordinate representation of color #FEC134: hue angle of 41.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEC134 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 193 52 -
CMYK 0 0.24 0.80 0.00
HSL 41.88º 0.99% 0.6% -
HSV(B) 41.88º 0.8% 1% -
XYZ 60.56 59.46 11.53 -
YUV 195.17 47.21 169.96 -
System Red Green Blue C M Y K H S L
Decimal 254 193 52 0 0.24 0.80 0.00 41.88 0.99 0.6
Hex FE C1 34 0 18 50 0 2A 63 3C
Octal 376 301 64 0 30 120 0 52 143 74
Binary 11111110 11000001 110100 0 11000 1010000 0 101010 1100011 111100

Color Harmonies of #FEC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC134

Black with #FEC134

Text Example


Text Example

White with #FEC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC134; }

 p { color: rgb(254,193,52); }

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

background-color css

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

 a { background-color: rgb(254,193,52); }

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

border-color css

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

 span { border-color: rgb(254,193,52); }

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