Html Css Color HEX #FAC35D Golden Tainoi

📋 copy color: '#FAC35D'

red 250 ◦ green 195 ◦ blue 93

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

Shades of Golden Tainoi #FAC35D

Tints of Golden Tainoi #FAC35D

RGB

 RED value IS 250 (98.05% from 255) = 46.47%

 GREEN value IS 195 (76.56% from 255) = 36.25%

 BLUE value IS 93 (36.72% from 255) = 17.29%

R = 46.47%
G = 36.25%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAC35D (or 0xFAC35D) is known color: Golden Tainoi. HEX triplet: FA, C3 and 5D. RGB value is (250,195,93). Sum of RGB (Red+Green+Blue) = 250+195+93=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC35D is #053CA2. Grayscale: #C8C8C8. Windows color (decimal): -343203 or 6145018. OLE color: 6145018.

HSL color Cylindrical-coordinate representation of color #FAC35D: hue angle of 38.98º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAC35D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 93 -
CMYK 0 0.22 0.63 0.02
HSL 38.98º 0.94% 0.67% -
HSV(B) 38.98º 0.63% 0.98% -
XYZ 60.92 60.14 18.75 -
YUV 199.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 250 195 93 0 0.22 0.63 0.02 38.98 0.94 0.67
Hex FA C3 5D 0 16 3F 2 27 5E 43
Octal 372 303 135 0 26 77 2 47 136 103
Binary 11111010 11000011 1011101 0 10110 111111 10 100111 1011110 1000011

Color Harmonies of #FAC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC35D

Black with #FAC35D

Text Example


Text Example

White with #FAC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC35D; }

 p { color: rgb(250,195,93); }

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

background-color css

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

 a { background-color: rgb(250,195,93); }

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

border-color css

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

 span { border-color: rgb(250,195,93); }

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