Html Css Color HEX #FAC913 Turbo

📋 copy color: '#FAC913'

red 250 ◦ green 201 ◦ blue 19

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

Shades of Turbo #FAC913

Tints of Turbo #FAC913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.04%

R = 53.19%
G = 42.77%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC913 (or 0xFAC913) is known color: Turbo. HEX triplet: FA, C9 and 13. RGB value is (250,201,19). Sum of RGB (Red+Green+Blue) = 250+201+19=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC913 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC913 is #0536EC. Grayscale: #C3C3C3. Windows color (decimal): -341741 or 1296890. OLE color: 1296890.

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

Color convert

RGB 250 201 19 -
CMYK 0 0.20 0.92 0.02
HSL 47.27º 0.96% 0.53% -
HSV(B) 47.27º 0.92% 0.98% -
XYZ 60.43 62.14 9.43 -
YUV 194.9 28.73 167.3 -
System Red Green Blue C M Y K H S L
Decimal 250 201 19 0 0.20 0.92 0.02 47.27 0.96 0.53
Hex FA C9 13 0 14 5C 2 2F 60 35
Octal 372 311 23 0 24 134 2 57 140 65
Binary 11111010 11001001 10011 0 10100 1011100 10 101111 1100000 110101

Color Harmonies of #FAC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC913

Black with #FAC913

Text Example


Text Example

White with #FAC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC913; }

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

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

background-color css

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

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

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

border-color css

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

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

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