Html Css Color HEX #FAC34B Golden Tainoi

📋 copy color: '#FAC34B'

red 250 ◦ green 195 ◦ blue 75

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

Shades of Golden Tainoi #FAC34B

Tints of Golden Tainoi #FAC34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.42%

R = 48.08%
G = 37.5%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAC34B (or 0xFAC34B) is known color: Golden Tainoi. HEX triplet: FA, C3 and 4B. RGB value is (250,195,75). Sum of RGB (Red+Green+Blue) = 250+195+75=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC34B is #053CB4. Grayscale: #C6C6C6. Windows color (decimal): -343221 or 4965370. OLE color: 4965370.

HSL color Cylindrical-coordinate representation of color #FAC34B: hue angle of 41.14º 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 #FAC34B is Cyan = 0, Magento = 0.22, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 75 -
CMYK 0 0.22 0.7 0.02
HSL 41.14º 0.95% 0.64% -
HSV(B) 41.14º 0.7% 0.98% -
XYZ 60.21 59.86 15.04 -
YUV 197.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 250 195 75 0 0.22 0.7 0.02 41.14 0.95 0.64
Hex FA C3 4B 0 16 46 2 29 5F 40
Octal 372 303 113 0 26 106 2 51 137 100
Binary 11111010 11000011 1001011 0 10110 1000110 10 101001 1011111 1000000

Color Harmonies of #FAC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC34B

Black with #FAC34B

Text Example


Text Example

White with #FAC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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