Html Css Color HEX #FFC129 Saffron

📋 copy color: '#FFC129'

red 255 ◦ green 193 ◦ blue 41

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

Shades of Saffron #FFC129

Tints of Saffron #FFC129

RGB

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

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

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

R = 52.15%
G = 39.47%
B = 8.38%

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

#FFC129 (or 0xFFC129) is known color: Saffron. HEX triplet: FF, C1 and 29. RGB value is (255,193,41). Sum of RGB (Red+Green+Blue) = 255+193+41=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC129 is #003ED6. Grayscale: #C2C2C2. Windows color (decimal): -16087 or 2736639. OLE color: 2736639.

HSL color Cylindrical-coordinate representation of color #FFC129: hue angle of 42.62º 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 #FFC129 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 193 41 -
CMYK 0 0.24 0.84 0
HSL 42.62º 1% 0.58% -
HSV(B) 42.62º 0.84% 1% -
XYZ 60.71 59.56 10.39 -
YUV 194.21 41.54 171.36 -
System Red Green Blue C M Y K H S L
Decimal 255 193 41 0 0.24 0.84 0 42.62 1 0.58
Hex FF C1 29 0 18 54 0 2B 64 3A
Octal 377 301 51 0 30 124 0 53 144 72
Binary 11111111 11000001 101001 0 11000 1010100 0 101011 1100100 111010

Color Harmonies of #FFC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC129

Black with #FFC129

Text Example


Text Example

White with #FFC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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