Html Css Color HEX #FFC74A Golden Tainoi

📋 copy color: '#FFC74A'

red 255 ◦ green 199 ◦ blue 74

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

Shades of Golden Tainoi #FFC74A

Tints of Golden Tainoi #FFC74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.69%

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

R = 48.3%
G = 37.69%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFC74A (or 0xFFC74A) is known color: Golden Tainoi. HEX triplet: FF, C7 and 4A. RGB value is (255,199,74). Sum of RGB (Red+Green+Blue) = 255+199+74=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC74A is #0038B5. Grayscale: #CACACA. Windows color (decimal): -14518 or 4900863. OLE color: 4900863.

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

Color convert

RGB 255 199 74 -
CMYK 0 0.22 0.71 0
HSL 41.44º 1% 0.65% -
HSV(B) 41.44º 0.71% 1% -
XYZ 62.9 62.6 15.25 -
YUV 201.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 255 199 74 0 0.22 0.71 0 41.44 1 0.65
Hex FF C7 4A 0 16 47 0 29 64 41
Octal 377 307 112 0 26 107 0 51 144 101
Binary 11111111 11000111 1001010 0 10110 1000111 0 101001 1100100 1000001

Color Harmonies of #FFC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC74A

Black with #FFC74A

Text Example


Text Example

White with #FFC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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