Html Css Color HEX #FAC04B Golden Tainoi

📋 copy color: '#FAC04B'

red 250 ◦ green 192 ◦ blue 75

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

Shades of Golden Tainoi #FAC04B

Tints of Golden Tainoi #FAC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

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

R = 48.36%
G = 37.14%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAC04B (or 0xFAC04B) is known color: Golden Tainoi. HEX triplet: FA, C0 and 4B. RGB value is (250,192,75). Sum of RGB (Red+Green+Blue) = 250+192+75=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC04B is #053FB4. Grayscale: #C4C4C4. Windows color (decimal): -343989 or 4964602. OLE color: 4964602.

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

Color convert

RGB 250 192 75 -
CMYK 0 0.23 0.7 0.02
HSL 40.11º 0.95% 0.64% -
HSV(B) 40.11º 0.7% 0.98% -
XYZ 59.54 58.53 14.82 -
YUV 196 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 250 192 75 0 0.23 0.7 0.02 40.11 0.95 0.64
Hex FA C0 4B 0 17 46 2 28 5F 40
Octal 372 300 113 0 27 106 2 50 137 100
Binary 11111010 11000000 1001011 0 10111 1000110 10 101000 1011111 1000000

Color Harmonies of #FAC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC04B

Black with #FAC04B

Text Example


Text Example

White with #FAC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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