Html Css Color HEX #FAC527 Turbo

📋 copy color: '#FAC527'

red 250 ◦ green 197 ◦ blue 39

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

Shades of Turbo #FAC527

Tints of Turbo #FAC527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

 BLUE value IS 39 (15.63% from 255) = 8.02%

R = 51.44%
G = 40.53%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC527 (or 0xFAC527) is known color: Turbo. HEX triplet: FA, C5 and 27. RGB value is (250,197,39). Sum of RGB (Red+Green+Blue) = 250+197+39=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC527 is #053AD8. Grayscale: #C3C3C3. Windows color (decimal): -342745 or 2606586. OLE color: 2606586.

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

Color convert

RGB 250 197 39 -
CMYK 0 0.21 0.84 0.02
HSL 44.93º 0.95% 0.57% -
HSV(B) 44.93º 0.84% 0.98% -
XYZ 59.76 60.4 10.43 -
YUV 194.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 250 197 39 0 0.21 0.84 0.02 44.93 0.95 0.57
Hex FA C5 27 0 15 54 2 2D 5F 39
Octal 372 305 47 0 25 124 2 55 137 71
Binary 11111010 11000101 100111 0 10101 1010100 10 101101 1011111 111001

Color Harmonies of #FAC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC527

Black with #FAC527

Text Example


Text Example

White with #FAC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC527; }

 p { color: rgb(250,197,39); }

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

background-color css

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

 a { background-color: rgb(250,197,39); }

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

border-color css

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

 span { border-color: rgb(250,197,39); }

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