Html Css Color HEX #FAC821 Turbo

📋 copy color: '#FAC821'

red 250 ◦ green 200 ◦ blue 33

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

Shades of Turbo #FAC821

Tints of Turbo #FAC821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.83%

R = 51.76%
G = 41.41%
B = 6.83%

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

#FAC821 (or 0xFAC821) is known color: Turbo. HEX triplet: FA, C8 and 21. RGB value is (250,200,33). Sum of RGB (Red+Green+Blue) = 250+200+33=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC821 is #0537DE. Grayscale: #C4C4C4. Windows color (decimal): -341983 or 2214138. OLE color: 2214138.

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

Color convert

RGB 250 200 33 -
CMYK 0 0.2 0.87 0.02
HSL 46.18º 0.96% 0.55% -
HSV(B) 46.18º 0.87% 0.98% -
XYZ 60.35 61.74 10.18 -
YUV 195.91 36.07 166.58 -
System Red Green Blue C M Y K H S L
Decimal 250 200 33 0 0.2 0.87 0.02 46.18 0.96 0.55
Hex FA C8 21 0 14 57 2 2E 60 37
Octal 372 310 41 0 24 127 2 56 140 67
Binary 11111010 11001000 100001 0 10100 1010111 10 101110 1100000 110111

Color Harmonies of #FAC821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC821

Black with #FAC821

Text Example


Text Example

White with #FAC821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC821; }

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

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

background-color css

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

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

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

border-color css

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

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

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