Html Css Color HEX #FAC424 Turbo

📋 copy color: '#FAC424'

red 250 ◦ green 196 ◦ blue 36

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

Shades of Turbo #FAC424

Tints of Turbo #FAC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

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

R = 51.87%
G = 40.66%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAC424 (or 0xFAC424) is known color: Turbo. HEX triplet: FA, C4 and 24. RGB value is (250,196,36). Sum of RGB (Red+Green+Blue) = 250+196+36=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC424 is #053BDB. Grayscale: #C2C2C2. Windows color (decimal): -343004 or 2409722. OLE color: 2409722.

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

Color convert

RGB 250 196 36 -
CMYK 0 0.22 0.86 0.02
HSL 44.86º 0.96% 0.56% -
HSV(B) 44.86º 0.86% 0.98% -
XYZ 59.48 59.93 10.1 -
YUV 193.91 38.89 168.01 -
System Red Green Blue C M Y K H S L
Decimal 250 196 36 0 0.22 0.86 0.02 44.86 0.96 0.56
Hex FA C4 24 0 16 56 2 2D 60 38
Octal 372 304 44 0 26 126 2 55 140 70
Binary 11111010 11000100 100100 0 10110 1010110 10 101101 1100000 111000

Color Harmonies of #FAC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC424

Black with #FAC424

Text Example


Text Example

White with #FAC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC424; }

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

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

background-color css

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

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

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

border-color css

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

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

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