Html Css Color HEX #FAC325 Turbo

📋 copy color: '#FAC325'

red 250 ◦ green 195 ◦ blue 37

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

Shades of Turbo #FAC325

Tints of Turbo #FAC325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.46%

 BLUE value IS 37 (14.84% from 255) = 7.68%

R = 51.87%
G = 40.46%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC325 (or 0xFAC325) is known color: Turbo. HEX triplet: FA, C3 and 25. RGB value is (250,195,37). Sum of RGB (Red+Green+Blue) = 250+195+37=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC325 is #053CDA. Grayscale: #C2C2C2. Windows color (decimal): -343259 or 2475002. OLE color: 2475002.

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

Color convert

RGB 250 195 37 -
CMYK 0 0.22 0.85 0.02
HSL 44.51º 0.96% 0.56% -
HSV(B) 44.51º 0.85% 0.98% -
XYZ 59.27 59.49 10.11 -
YUV 193.43 39.72 168.35 -
System Red Green Blue C M Y K H S L
Decimal 250 195 37 0 0.22 0.85 0.02 44.51 0.96 0.56
Hex FA C3 25 0 16 55 2 2D 60 38
Octal 372 303 45 0 26 125 2 55 140 70
Binary 11111010 11000011 100101 0 10110 1010101 10 101101 1100000 111000

Color Harmonies of #FAC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC325

Black with #FAC325

Text Example


Text Example

White with #FAC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC325; }

 p { color: rgb(250,195,37); }

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

background-color css

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

 a { background-color: rgb(250,195,37); }

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

border-color css

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

 span { border-color: rgb(250,195,37); }

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