Html Css Color HEX #FAC819 Turbo

📋 copy color: '#FAC819'

red 250 ◦ green 200 ◦ blue 25

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

Shades of Turbo #FAC819

Tints of Turbo #FAC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

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

R = 52.63%
G = 42.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FAC819 (or 0xFAC819) is known color: Turbo. HEX triplet: FA, C8 and 19. RGB value is (250,200,25). Sum of RGB (Red+Green+Blue) = 250+200+25=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC819 is #0537E6. Grayscale: #C3C3C3. Windows color (decimal): -341991 or 1689850. OLE color: 1689850.

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

Color convert

RGB 250 200 25 -
CMYK 0 0.2 0.9 0.02
HSL 46.67º 0.96% 0.54% -
HSV(B) 46.67º 0.9% 0.98% -
XYZ 60.25 61.7 9.65 -
YUV 195 32.07 167.23 -
System Red Green Blue C M Y K H S L
Decimal 250 200 25 0 0.2 0.9 0.02 46.67 0.96 0.54
Hex FA C8 19 0 14 5A 2 2F 60 36
Octal 372 310 31 0 24 132 2 57 140 66
Binary 11111010 11001000 11001 0 10100 1011010 10 101111 1100000 110110

Color Harmonies of #FAC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC819

Black with #FAC819

Text Example


Text Example

White with #FAC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC819; }

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

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

background-color css

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

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

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

border-color css

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

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

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