Html Css Color HEX #FAC728 Turbo

📋 copy color: '#FAC728'

red 250 ◦ green 199 ◦ blue 40

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

Shades of Turbo #FAC728

Tints of Turbo #FAC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.7%

 BLUE value IS 40 (16.02% from 255) = 8.18%

R = 51.12%
G = 40.7%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC728 (or 0xFAC728) is known color: Turbo. HEX triplet: FA, C7 and 28. RGB value is (250,199,40). Sum of RGB (Red+Green+Blue) = 250+199+40=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC728 is #0538D7. Grayscale: #C4C4C4. Windows color (decimal): -342232 or 2672634. OLE color: 2672634.

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

Color convert

RGB 250 199 40 -
CMYK 0 0.20 0.84 0.02
HSL 45.43º 0.95% 0.57% -
HSV(B) 45.43º 0.84% 0.98% -
XYZ 60.23 61.32 10.67 -
YUV 196.12 39.9 166.43 -
System Red Green Blue C M Y K H S L
Decimal 250 199 40 0 0.20 0.84 0.02 45.43 0.95 0.57
Hex FA C7 28 0 14 54 2 2D 5F 39
Octal 372 307 50 0 24 124 2 55 137 71
Binary 11111010 11000111 101000 0 10100 1010100 10 101101 1011111 111001

Color Harmonies of #FAC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC728

Black with #FAC728

Text Example


Text Example

White with #FAC728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC728; }

 p { color: rgb(250,199,40); }

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

background-color css

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

 a { background-color: rgb(250,199,40); }

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

border-color css

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

 span { border-color: rgb(250,199,40); }

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