Html Css Color HEX #FAC922 Turbo

📋 copy color: '#FAC922'

red 250 ◦ green 201 ◦ blue 34

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

Shades of Turbo #FAC922

Tints of Turbo #FAC922

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 51.55%
G = 41.44%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAC922 (or 0xFAC922) is known color: Turbo. HEX triplet: FA, C9 and 22. RGB value is (250,201,34). Sum of RGB (Red+Green+Blue) = 250+201+34=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC922 is #0536DD. Grayscale: #C5C5C5. Windows color (decimal): -341726 or 2279930. OLE color: 2279930.

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

Color convert

RGB 250 201 34 -
CMYK 0 0.20 0.86 0.02
HSL 46.39º 0.96% 0.56% -
HSV(B) 46.39º 0.86% 0.98% -
XYZ 60.6 62.21 10.33 -
YUV 196.61 36.23 166.08 -
System Red Green Blue C M Y K H S L
Decimal 250 201 34 0 0.20 0.86 0.02 46.39 0.96 0.56
Hex FA C9 22 0 14 56 2 2E 60 38
Octal 372 311 42 0 24 126 2 56 140 70
Binary 11111010 11001001 100010 0 10100 1010110 10 101110 1100000 111000

Color Harmonies of #FAC922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC922

Black with #FAC922

Text Example


Text Example

White with #FAC922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC922; }

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

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

background-color css

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

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

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

border-color css

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

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

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