Html Css Color HEX #FFC74F Golden Tainoi

📋 copy color: '#FFC74F'

red 255 ◦ green 199 ◦ blue 79

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

Shades of Golden Tainoi #FFC74F

Tints of Golden Tainoi #FFC74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.82%

R = 47.84%
G = 37.34%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFC74F (or 0xFFC74F) is known color: Golden Tainoi. HEX triplet: FF, C7 and 4F. RGB value is (255,199,79). Sum of RGB (Red+Green+Blue) = 255+199+79=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC74F is #0038B0. Grayscale: #CACACA. Windows color (decimal): -14513 or 5228543. OLE color: 5228543.

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

Color convert

RGB 255 199 79 -
CMYK 0 0.22 0.69 0
HSL 40.91º 1% 0.65% -
HSV(B) 40.91º 0.69% 1% -
XYZ 63.07 62.67 16.17 -
YUV 202.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 255 199 79 0 0.22 0.69 0 40.91 1 0.65
Hex FF C7 4F 0 16 45 0 29 64 41
Octal 377 307 117 0 26 105 0 51 144 101
Binary 11111111 11000111 1001111 0 10110 1000101 0 101001 1100100 1000001

Color Harmonies of #FFC74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC74F

Black with #FFC74F

Text Example


Text Example

White with #FFC74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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