Html Css Color HEX #FAC622 Turbo

📋 copy color: '#FAC622'

red 250 ◦ green 198 ◦ blue 34

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

Shades of Turbo #FAC622

Tints of Turbo #FAC622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.05%

R = 51.87%
G = 41.08%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAC622 (or 0xFAC622) is known color: Turbo. HEX triplet: FA, C6 and 22. RGB value is (250,198,34). Sum of RGB (Red+Green+Blue) = 250+198+34=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC622 is #0539DD. Grayscale: #C3C3C3. Windows color (decimal): -342494 or 2279162. OLE color: 2279162.

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

Color convert

RGB 250 198 34 -
CMYK 0 0.21 0.86 0.02
HSL 45.56º 0.96% 0.56% -
HSV(B) 45.56º 0.86% 0.98% -
XYZ 59.91 60.83 10.1 -
YUV 194.85 37.23 167.34 -
System Red Green Blue C M Y K H S L
Decimal 250 198 34 0 0.21 0.86 0.02 45.56 0.96 0.56
Hex FA C6 22 0 15 56 2 2E 60 38
Octal 372 306 42 0 25 126 2 56 140 70
Binary 11111010 11000110 100010 0 10101 1010110 10 101110 1100000 111000

Color Harmonies of #FAC622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC622

Black with #FAC622

Text Example


Text Example

White with #FAC622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC622; }

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

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

background-color css

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

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

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

border-color css

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

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

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