Html Css Color HEX #FAC719 Turbo

📋 copy color: '#FAC719'

red 250 ◦ green 199 ◦ blue 25

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

Shades of Turbo #FAC719

Tints of Turbo #FAC719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.27%

R = 52.74%
G = 41.98%
B = 5.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAC719 (or 0xFAC719) is known color: Turbo. HEX triplet: FA, C7 and 19. RGB value is (250,199,25). Sum of RGB (Red+Green+Blue) = 250+199+25=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC719 is #0538E6. Grayscale: #C3C3C3. Windows color (decimal): -342247 or 1689594. OLE color: 1689594.

HSL color Cylindrical-coordinate representation of color #FAC719: hue angle of 46.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FAC719 is Cyan = 0, Magento = 0.20, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 25 -
CMYK 0 0.20 0.9 0.02
HSL 46.4º 0.96% 0.54% -
HSV(B) 46.4º 0.9% 0.98% -
XYZ 60.02 61.24 9.58 -
YUV 194.41 32.4 167.65 -
System Red Green Blue C M Y K H S L
Decimal 250 199 25 0 0.20 0.9 0.02 46.4 0.96 0.54
Hex FA C7 19 0 14 5A 2 2E 60 36
Octal 372 307 31 0 24 132 2 56 140 66
Binary 11111010 11000111 11001 0 10100 1011010 10 101110 1100000 110110

Color Harmonies of #FAC719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC719

Black with #FAC719

Text Example


Text Example

White with #FAC719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC719; }

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

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

background-color css

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

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

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

border-color css

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

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

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