Html Css Color HEX #FCC74B Golden Tainoi

📋 copy color: '#FCC74B'

red 252 ◦ green 199 ◦ blue 75

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

Shades of Golden Tainoi #FCC74B

Tints of Golden Tainoi #FCC74B

RGB

 RED value IS 252 (98.83% from 255) = 47.91%

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

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

R = 47.91%
G = 37.83%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC74B (or 0xFCC74B) is known color: Golden Tainoi. HEX triplet: FC, C7 and 4B. RGB value is (252,199,75). Sum of RGB (Red+Green+Blue) = 252+199+75=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC74B is #0338B4. Grayscale: #C9C9C9. Windows color (decimal): -211125 or 4966396. OLE color: 4966396.

HSL color Cylindrical-coordinate representation of color #FCC74B: hue angle of 42.03º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCC74B is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 199 75 -
CMYK 0 0.21 0.70 0.01
HSL 42.03º 0.97% 0.64% -
HSV(B) 42.03º 0.7% 0.99% -
XYZ 61.84 62.05 15.37 -
YUV 200.71 57.06 164.58 -
System Red Green Blue C M Y K H S L
Decimal 252 199 75 0 0.21 0.70 0.01 42.03 0.97 0.64
Hex FC C7 4B 0 15 46 1 2A 61 40
Octal 374 307 113 0 25 106 1 52 141 100
Binary 11111100 11000111 1001011 0 10101 1000110 1 101010 1100001 1000000

Color Harmonies of #FCC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC74B

Black with #FCC74B

Text Example


Text Example

White with #FCC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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