Html Css Color HEX #FFC74B Golden Tainoi

📋 copy color: '#FFC74B'

red 255 ◦ green 199 ◦ blue 75

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

Shades of Golden Tainoi #FFC74B

Tints of Golden Tainoi #FFC74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.18%

R = 48.2%
G = 37.62%
B = 14.18%

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

#FFC74B (or 0xFFC74B) is known color: Golden Tainoi. HEX triplet: FF, C7 and 4B. RGB value is (255,199,75). Sum of RGB (Red+Green+Blue) = 255+199+75=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC74B is #0038B4. Grayscale: #CACACA. Windows color (decimal): -14517 or 4966399. OLE color: 4966399.

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

Color convert

RGB 255 199 75 -
CMYK 0 0.22 0.71 0
HSL 41.33º 1% 0.65% -
HSV(B) 41.33º 0.71% 1% -
XYZ 62.93 62.61 15.43 -
YUV 201.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 255 199 75 0 0.22 0.71 0 41.33 1 0.65
Hex FF C7 4B 0 16 47 0 29 64 41
Octal 377 307 113 0 26 107 0 51 144 101
Binary 11111111 11000111 1001011 0 10110 1000111 0 101001 1100100 1000001

Color Harmonies of #FFC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC74B

Black with #FFC74B

Text Example


Text Example

White with #FFC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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