Html Css Color HEX #FFC14C Golden Tainoi

📋 copy color: '#FFC14C'

red 255 ◦ green 193 ◦ blue 76

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

Shades of Golden Tainoi #FFC14C

Tints of Golden Tainoi #FFC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.5%

R = 48.66%
G = 36.83%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFC14C (or 0xFFC14C) is known color: Golden Tainoi. HEX triplet: FF, C1 and 4C. RGB value is (255,193,76). Sum of RGB (Red+Green+Blue) = 255+193+76=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC14C is #003EB3. Grayscale: #C6C6C6. Windows color (decimal): -16052 or 5030399. OLE color: 5030399.

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

Color convert

RGB 255 193 76 -
CMYK 0 0.24 0.70 0
HSL 39.22º 1% 0.65% -
HSV(B) 39.22º 0.7% 1% -
XYZ 61.61 59.92 15.16 -
YUV 198.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 255 193 76 0 0.24 0.70 0 39.22 1 0.65
Hex FF C1 4C 0 18 46 0 27 64 41
Octal 377 301 114 0 30 106 0 47 144 101
Binary 11111111 11000001 1001100 0 11000 1000110 0 100111 1100100 1000001

Color Harmonies of #FFC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC14C

Black with #FFC14C

Text Example


Text Example

White with #FFC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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