Html Css Color HEX #FAC245 Golden Tainoi

📋 copy color: '#FAC245'

red 250 ◦ green 194 ◦ blue 69

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

Shades of Golden Tainoi #FAC245

Tints of Golden Tainoi #FAC245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

 BLUE value IS 69 (27.34% from 255) = 13.45%

R = 48.73%
G = 37.82%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC245 (or 0xFAC245) is known color: Golden Tainoi. HEX triplet: FA, C2 and 45. RGB value is (250,194,69). Sum of RGB (Red+Green+Blue) = 250+194+69=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC245 is #053DBA. Grayscale: #C5C5C5. Windows color (decimal): -343483 or 4571898. OLE color: 4571898.

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

Color convert

RGB 250 194 69 -
CMYK 0 0.22 0.72 0.02
HSL 41.44º 0.95% 0.63% -
HSV(B) 41.44º 0.72% 0.98% -
XYZ 59.79 59.34 13.93 -
YUV 196.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 250 194 69 0 0.22 0.72 0.02 41.44 0.95 0.63
Hex FA C2 45 0 16 48 2 29 5F 3F
Octal 372 302 105 0 26 110 2 51 137 77
Binary 11111010 11000010 1000101 0 10110 1001000 10 101001 1011111 111111

Color Harmonies of #FAC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC245

Black with #FAC245

Text Example


Text Example

White with #FAC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC245; }

 p { color: rgb(250,194,69); }

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

background-color css

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

 a { background-color: rgb(250,194,69); }

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

border-color css

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

 span { border-color: rgb(250,194,69); }

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