Html Css Color HEX #FAC620 Turbo

📋 copy color: '#FAC620'

red 250 ◦ green 198 ◦ blue 32

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

Shades of Turbo #FAC620

Tints of Turbo #FAC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.25%

 BLUE value IS 32 (12.89% from 255) = 6.67%

R = 52.08%
G = 41.25%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAC620 (or 0xFAC620) is known color: Turbo. HEX triplet: FA, C6 and 20. RGB value is (250,198,32). Sum of RGB (Red+Green+Blue) = 250+198+32=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 32 (12.89% from 255 or 6.67% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC620 is #0539DF. Grayscale: #C3C3C3. Windows color (decimal): -342496 or 2148090. OLE color: 2148090.

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

Color convert

RGB 250 198 32 -
CMYK 0 0.21 0.87 0.02
HSL 45.69º 0.96% 0.55% -
HSV(B) 45.69º 0.87% 0.98% -
XYZ 59.88 60.82 9.95 -
YUV 194.62 36.23 167.5 -
System Red Green Blue C M Y K H S L
Decimal 250 198 32 0 0.21 0.87 0.02 45.69 0.96 0.55
Hex FA C6 20 0 15 57 2 2E 60 37
Octal 372 306 40 0 25 127 2 56 140 67
Binary 11111010 11000110 100000 0 10101 1010111 10 101110 1100000 110111

Color Harmonies of #FAC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC620

Black with #FAC620

Text Example


Text Example

White with #FAC620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC620; }

 p { color: rgb(250,198,32); }

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

background-color css

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

 a { background-color: rgb(250,198,32); }

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

border-color css

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

 span { border-color: rgb(250,198,32); }

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