Html Css Color HEX #FFC12A Saffron

📋 copy color: '#FFC12A'

red 255 ◦ green 193 ◦ blue 42

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

Shades of Saffron #FFC12A

Tints of Saffron #FFC12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.57%

R = 52.04%
G = 39.39%
B = 8.57%

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

#FFC12A (or 0xFFC12A) is known color: Saffron. HEX triplet: FF, C1 and 2A. RGB value is (255,193,42). Sum of RGB (Red+Green+Blue) = 255+193+42=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC12A is #003ED5. Grayscale: #C2C2C2. Windows color (decimal): -16086 or 2802175. OLE color: 2802175.

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

Color convert

RGB 255 193 42 -
CMYK 0 0.24 0.84 0
HSL 42.54º 1% 0.58% -
HSV(B) 42.54º 0.84% 1% -
XYZ 60.73 59.57 10.49 -
YUV 194.32 42.04 171.28 -
System Red Green Blue C M Y K H S L
Decimal 255 193 42 0 0.24 0.84 0 42.54 1 0.58
Hex FF C1 2A 0 18 54 0 2B 64 3A
Octal 377 301 52 0 30 124 0 53 144 72
Binary 11111111 11000001 101010 0 11000 1010100 0 101011 1100100 111010

Color Harmonies of #FFC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC12A

Black with #FFC12A

Text Example


Text Example

White with #FFC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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