Html Css Color HEX #FFC329 Saffron

📋 copy color: '#FFC329'

red 255 ◦ green 195 ◦ blue 41

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

Shades of Saffron #FFC329

Tints of Saffron #FFC329

RGB

 RED value IS 255 (100% from 255) = 51.93%

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

 BLUE value IS 41 (16.41% from 255) = 8.35%

R = 51.93%
G = 39.71%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFC329 (or 0xFFC329) is known color: Saffron. HEX triplet: FF, C3 and 29. RGB value is (255,195,41). Sum of RGB (Red+Green+Blue) = 255+195+41=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC329 is #003CD6. Grayscale: #C4C4C4. Windows color (decimal): -15575 or 2737151. OLE color: 2737151.

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

Color convert

RGB 255 195 41 -
CMYK 0 0.24 0.84 0
HSL 43.18º 1% 0.58% -
HSV(B) 43.18º 0.84% 1% -
XYZ 61.16 60.45 10.54 -
YUV 195.38 40.88 170.52 -
System Red Green Blue C M Y K H S L
Decimal 255 195 41 0 0.24 0.84 0 43.18 1 0.58
Hex FF C3 29 0 18 54 0 2B 64 3A
Octal 377 303 51 0 30 124 0 53 144 72
Binary 11111111 11000011 101001 0 11000 1010100 0 101011 1100100 111010

Color Harmonies of #FFC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC329

Black with #FFC329

Text Example


Text Example

White with #FFC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC329; }

 p { color: rgb(255,195,41); }

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

background-color css

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

 a { background-color: rgb(255,195,41); }

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

border-color css

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

 span { border-color: rgb(255,195,41); }

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