Html Css Color HEX #FFC14A Golden Tainoi

📋 copy color: '#FFC14A'

red 255 ◦ green 193 ◦ blue 74

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

Shades of Golden Tainoi #FFC14A

Tints of Golden Tainoi #FFC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.18%

R = 48.85%
G = 36.97%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFC14A (or 0xFFC14A) is known color: Golden Tainoi. HEX triplet: FF, C1 and 4A. RGB value is (255,193,74). Sum of RGB (Red+Green+Blue) = 255+193+74=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC14A is #003EB5. Grayscale: #C6C6C6. Windows color (decimal): -16054 or 4899327. OLE color: 4899327.

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

Color convert

RGB 255 193 74 -
CMYK 0 0.24 0.71 0
HSL 39.45º 1% 0.65% -
HSV(B) 39.45º 0.71% 1% -
XYZ 61.55 59.89 14.8 -
YUV 197.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 255 193 74 0 0.24 0.71 0 39.45 1 0.65
Hex FF C1 4A 0 18 47 0 27 64 41
Octal 377 301 112 0 30 107 0 47 144 101
Binary 11111111 11000001 1001010 0 11000 1000111 0 100111 1100100 1000001

Color Harmonies of #FFC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC14A

Black with #FFC14A

Text Example


Text Example

White with #FFC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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