Html Css Color HEX #FAC623 Turbo

📋 copy color: '#FAC623'

red 250 ◦ green 198 ◦ blue 35

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

Shades of Turbo #FAC623

Tints of Turbo #FAC623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.25%

R = 51.76%
G = 40.99%
B = 7.25%

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

#FAC623 (or 0xFAC623) is known color: Turbo. HEX triplet: FA, C6 and 23. RGB value is (250,198,35). Sum of RGB (Red+Green+Blue) = 250+198+35=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC623 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC623 is #0539DC. Grayscale: #C3C3C3. Windows color (decimal): -342493 or 2344698. OLE color: 2344698.

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

Color convert

RGB 250 198 35 -
CMYK 0 0.21 0.86 0.02
HSL 45.49º 0.96% 0.56% -
HSV(B) 45.49º 0.86% 0.98% -
XYZ 59.92 60.83 10.17 -
YUV 194.97 37.73 167.25 -
System Red Green Blue C M Y K H S L
Decimal 250 198 35 0 0.21 0.86 0.02 45.49 0.96 0.56
Hex FA C6 23 0 15 56 2 2D 60 38
Octal 372 306 43 0 25 126 2 55 140 70
Binary 11111010 11000110 100011 0 10101 1010110 10 101101 1100000 111000

Color Harmonies of #FAC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC623

Black with #FAC623

Text Example


Text Example

White with #FAC623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC623; }

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

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

background-color css

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

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

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

border-color css

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

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

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