Html Css Color HEX #FAC721 Turbo

📋 copy color: '#FAC721'

red 250 ◦ green 199 ◦ blue 33

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

Shades of Turbo #FAC721

Tints of Turbo #FAC721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.29%

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

R = 51.87%
G = 41.29%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAC721 (or 0xFAC721) is known color: Turbo. HEX triplet: FA, C7 and 21. RGB value is (250,199,33). Sum of RGB (Red+Green+Blue) = 250+199+33=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC721 is #0538DE. Grayscale: #C4C4C4. Windows color (decimal): -342239 or 2213882. OLE color: 2213882.

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

Color convert

RGB 250 199 33 -
CMYK 0 0.20 0.87 0.02
HSL 45.9º 0.96% 0.55% -
HSV(B) 45.9º 0.87% 0.98% -
XYZ 60.12 61.28 10.1 -
YUV 195.33 36.4 167 -
System Red Green Blue C M Y K H S L
Decimal 250 199 33 0 0.20 0.87 0.02 45.9 0.96 0.55
Hex FA C7 21 0 14 57 2 2E 60 37
Octal 372 307 41 0 24 127 2 56 140 67
Binary 11111010 11000111 100001 0 10100 1010111 10 101110 1100000 110111

Color Harmonies of #FAC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC721

Black with #FAC721

Text Example


Text Example

White with #FAC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC721; }

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

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

background-color css

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

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

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

border-color css

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

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

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