Html Css Color HEX #FAC724 Turbo

📋 copy color: '#FAC724'

red 250 ◦ green 199 ◦ blue 36

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

Shades of Turbo #FAC724

Tints of Turbo #FAC724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.42%

R = 51.55%
G = 41.03%
B = 7.42%

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

#FAC724 (or 0xFAC724) is known color: Turbo. HEX triplet: FA, C7 and 24. RGB value is (250,199,36). Sum of RGB (Red+Green+Blue) = 250+199+36=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC724 is #0538DB. Grayscale: #C4C4C4. Windows color (decimal): -342236 or 2410490. OLE color: 2410490.

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

Color convert

RGB 250 199 36 -
CMYK 0 0.20 0.86 0.02
HSL 45.7º 0.96% 0.56% -
HSV(B) 45.7º 0.86% 0.98% -
XYZ 60.17 61.3 10.33 -
YUV 195.67 37.9 166.75 -
System Red Green Blue C M Y K H S L
Decimal 250 199 36 0 0.20 0.86 0.02 45.7 0.96 0.56
Hex FA C7 24 0 14 56 2 2E 60 38
Octal 372 307 44 0 24 126 2 56 140 70
Binary 11111010 11000111 100100 0 10100 1010110 10 101110 1100000 111000

Color Harmonies of #FAC724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC724

Black with #FAC724

Text Example


Text Example

White with #FAC724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC724; }

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

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

background-color css

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

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

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

border-color css

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

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

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