Html Css Color HEX #FAC248 Golden Tainoi

📋 copy color: '#FAC248'

red 250 ◦ green 194 ◦ blue 72

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

Shades of Golden Tainoi #FAC248

Tints of Golden Tainoi #FAC248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.95%

R = 48.45%
G = 37.6%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAC248 (or 0xFAC248) is known color: Golden Tainoi. HEX triplet: FA, C2 and 48. RGB value is (250,194,72). Sum of RGB (Red+Green+Blue) = 250+194+72=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC248 is #053DB7. Grayscale: #C5C5C5. Windows color (decimal): -343480 or 4768506. OLE color: 4768506.

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

Color convert

RGB 250 194 72 -
CMYK 0 0.22 0.71 0.02
HSL 41.12º 0.95% 0.63% -
HSV(B) 41.12º 0.71% 0.98% -
XYZ 59.89 59.38 14.44 -
YUV 196.84 57.55 165.92 -
System Red Green Blue C M Y K H S L
Decimal 250 194 72 0 0.22 0.71 0.02 41.12 0.95 0.63
Hex FA C2 48 0 16 47 2 29 5F 3F
Octal 372 302 110 0 26 107 2 51 137 77
Binary 11111010 11000010 1001000 0 10110 1000111 10 101001 1011111 111111

Color Harmonies of #FAC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC248

Black with #FAC248

Text Example


Text Example

White with #FAC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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