Html Css Color HEX #FFC12B Saffron

📋 copy color: '#FFC12B'

red 255 ◦ green 193 ◦ blue 43

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

Shades of Saffron #FFC12B

Tints of Saffron #FFC12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.76%

R = 51.93%
G = 39.31%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFC12B (or 0xFFC12B) is known color: Saffron. HEX triplet: FF, C1 and 2B. RGB value is (255,193,43). Sum of RGB (Red+Green+Blue) = 255+193+43=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC12B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC12B is #003ED4. Grayscale: #C3C3C3. Windows color (decimal): -16085 or 2867711. OLE color: 2867711.

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

Color convert

RGB 255 193 43 -
CMYK 0 0.24 0.83 0
HSL 42.45º 1% 0.58% -
HSV(B) 42.45º 0.83% 1% -
XYZ 60.75 59.57 10.58 -
YUV 194.44 42.54 171.2 -
System Red Green Blue C M Y K H S L
Decimal 255 193 43 0 0.24 0.83 0 42.45 1 0.58
Hex FF C1 2B 0 18 53 0 2A 64 3A
Octal 377 301 53 0 30 123 0 52 144 72
Binary 11111111 11000001 101011 0 11000 1010011 0 101010 1100100 111010

Color Harmonies of #FFC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC12B

Black with #FFC12B

Text Example


Text Example

White with #FFC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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