Html Css Color HEX #FAC34A Golden Tainoi

📋 copy color: '#FAC34A'

red 250 ◦ green 195 ◦ blue 74

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

Shades of Golden Tainoi #FAC34A

Tints of Golden Tainoi #FAC34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.26%

R = 48.17%
G = 37.57%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAC34A (or 0xFAC34A) is known color: Golden Tainoi. HEX triplet: FA, C3 and 4A. RGB value is (250,195,74). Sum of RGB (Red+Green+Blue) = 250+195+74=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC34A is #053CB5. Grayscale: #C6C6C6. Windows color (decimal): -343222 or 4899834. OLE color: 4899834.

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

Color convert

RGB 250 195 74 -
CMYK 0 0.22 0.70 0.02
HSL 41.25º 0.95% 0.64% -
HSV(B) 41.25º 0.7% 0.98% -
XYZ 60.18 59.85 14.86 -
YUV 197.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 250 195 74 0 0.22 0.70 0.02 41.25 0.95 0.64
Hex FA C3 4A 0 16 46 2 29 5F 40
Octal 372 303 112 0 26 106 2 51 137 100
Binary 11111010 11000011 1001010 0 10110 1000110 10 101001 1011111 1000000

Color Harmonies of #FAC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC34A

Black with #FAC34A

Text Example


Text Example

White with #FAC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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