Html Css Color HEX #FAC919 Turbo

📋 copy color: '#FAC919'

red 250 ◦ green 201 ◦ blue 25

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

Shades of Turbo #FAC919

Tints of Turbo #FAC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

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

R = 52.52%
G = 42.23%
B = 5.25%

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

#FAC919 (or 0xFAC919) is known color: Turbo. HEX triplet: FA, C9 and 19. RGB value is (250,201,25). Sum of RGB (Red+Green+Blue) = 250+201+25=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC919 is #0536E6. Grayscale: #C4C4C4. Windows color (decimal): -341735 or 1690106. OLE color: 1690106.

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

Color convert

RGB 250 201 25 -
CMYK 0 0.20 0.9 0.02
HSL 46.93º 0.96% 0.54% -
HSV(B) 46.93º 0.9% 0.98% -
XYZ 60.49 62.17 9.73 -
YUV 195.59 31.73 166.81 -
System Red Green Blue C M Y K H S L
Decimal 250 201 25 0 0.20 0.9 0.02 46.93 0.96 0.54
Hex FA C9 19 0 14 5A 2 2F 60 36
Octal 372 311 31 0 24 132 2 57 140 66
Binary 11111010 11001001 11001 0 10100 1011010 10 101111 1100000 110110

Color Harmonies of #FAC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC919

Black with #FAC919

Text Example


Text Example

White with #FAC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC919; }

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

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

background-color css

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

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

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

border-color css

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

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

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