Html Css Color HEX #FEC326 Saffron

📋 copy color: '#FEC326'

red 254 ◦ green 195 ◦ blue 38

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

Shades of Saffron #FEC326

Tints of Saffron #FEC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.04%

 BLUE value IS 38 (15.23% from 255) = 7.8%

R = 52.16%
G = 40.04%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEC326 (or 0xFEC326) is known color: Saffron. HEX triplet: FE, C3 and 26. RGB value is (254,195,38). Sum of RGB (Red+Green+Blue) = 254+195+38=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC326 is #013CD9. Grayscale: #C3C3C3. Windows color (decimal): -81114 or 2540542. OLE color: 2540542.

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

Color convert

RGB 254 195 38 -
CMYK 0 0.23 0.85 0.00
HSL 43.61º 0.99% 0.57% -
HSV(B) 43.61º 0.85% 1% -
XYZ 60.74 60.24 10.26 -
YUV 194.74 39.55 170.27 -
System Red Green Blue C M Y K H S L
Decimal 254 195 38 0 0.23 0.85 0.00 43.61 0.99 0.57
Hex FE C3 26 0 17 55 0 2C 63 39
Octal 376 303 46 0 27 125 0 54 143 71
Binary 11111110 11000011 100110 0 10111 1010101 0 101100 1100011 111001

Color Harmonies of #FEC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC326

Black with #FEC326

Text Example


Text Example

White with #FEC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC326; }

 p { color: rgb(254,195,38); }

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

background-color css

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

 a { background-color: rgb(254,195,38); }

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

border-color css

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

 span { border-color: rgb(254,195,38); }

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