Html Css Color HEX #FAC74B Golden Tainoi

📋 copy color: '#FAC74B'

red 250 ◦ green 199 ◦ blue 75

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

Shades of Golden Tainoi #FAC74B

Tints of Golden Tainoi #FAC74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.98%

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

R = 47.71%
G = 37.98%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAC74B (or 0xFAC74B) is known color: Golden Tainoi. HEX triplet: FA, C7 and 4B. RGB value is (250,199,75). Sum of RGB (Red+Green+Blue) = 250+199+75=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC74B is #0538B4. Grayscale: #C8C8C8. Windows color (decimal): -342197 or 4966394. OLE color: 4966394.

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

Color convert

RGB 250 199 75 -
CMYK 0 0.20 0.7 0.02
HSL 42.51º 0.95% 0.64% -
HSV(B) 42.51º 0.7% 0.98% -
XYZ 61.12 61.68 15.34 -
YUV 200.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 250 199 75 0 0.20 0.7 0.02 42.51 0.95 0.64
Hex FA C7 4B 0 14 46 2 2B 5F 40
Octal 372 307 113 0 24 106 2 53 137 100
Binary 11111010 11000111 1001011 0 10100 1000110 10 101011 1011111 1000000

Color Harmonies of #FAC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC74B

Black with #FAC74B

Text Example


Text Example

White with #FAC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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