Html Css Color HEX #FCBF5C Golden Tainoi

📋 copy color: '#FCBF5C'

red 252 ◦ green 191 ◦ blue 92

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

Shades of Golden Tainoi #FCBF5C

Tints of Golden Tainoi #FCBF5C

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 92 (36.33% from 255) = 17.2%

R = 47.1%
G = 35.7%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCBF5C (or 0xFCBF5C) is known color: Golden Tainoi. HEX triplet: FC, BF and 5C. RGB value is (252,191,92). Sum of RGB (Red+Green+Blue) = 252+191+92=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBF5C is #0340A3. Grayscale: #C6C6C6. Windows color (decimal): -213156 or 6078460. OLE color: 6078460.

HSL color Cylindrical-coordinate representation of color #FCBF5C: hue angle of 37.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCBF5C is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 191 92 -
CMYK 0 0.24 0.63 0.01
HSL 37.13º 0.96% 0.67% -
HSV(B) 37.13º 0.63% 0.99% -
XYZ 60.71 58.73 18.26 -
YUV 197.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 252 191 92 0 0.24 0.63 0.01 37.13 0.96 0.67
Hex FC BF 5C 0 18 3F 1 25 60 43
Octal 374 277 134 0 30 77 1 45 140 103
Binary 11111100 10111111 1011100 0 11000 111111 1 100101 1100000 1000011

Color Harmonies of #FCBF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBF5C

Black with #FCBF5C

Text Example


Text Example

White with #FCBF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBF5C; }

 p { color: rgb(252,191,92); }

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

background-color css

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

 a { background-color: rgb(252,191,92); }

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

border-color css

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

 span { border-color: rgb(252,191,92); }

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