Html Css Color HEX #FAC820 Turbo

📋 copy color: '#FAC820'

red 250 ◦ green 200 ◦ blue 32

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

Shades of Turbo #FAC820

Tints of Turbo #FAC820

RGB

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

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

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

R = 51.87%
G = 41.49%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAC820 (or 0xFAC820) is known color: Turbo. HEX triplet: FA, C8 and 20. RGB value is (250,200,32). Sum of RGB (Red+Green+Blue) = 250+200+32=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC820 is #0537DF. Grayscale: #C4C4C4. Windows color (decimal): -341984 or 2148602. OLE color: 2148602.

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

Color convert

RGB 250 200 32 -
CMYK 0 0.2 0.87 0.02
HSL 46.24º 0.96% 0.55% -
HSV(B) 46.24º 0.87% 0.98% -
XYZ 60.34 61.74 10.1 -
YUV 195.8 35.57 166.66 -
System Red Green Blue C M Y K H S L
Decimal 250 200 32 0 0.2 0.87 0.02 46.24 0.96 0.55
Hex FA C8 20 0 14 57 2 2E 60 37
Octal 372 310 40 0 24 127 2 56 140 67
Binary 11111010 11001000 100000 0 10100 1010111 10 101110 1100000 110111

Color Harmonies of #FAC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC820

Black with #FAC820

Text Example


Text Example

White with #FAC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC820; }

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

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

background-color css

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

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

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

border-color css

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

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

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