Html Css Color HEX #FAC423 Turbo

📋 copy color: '#FAC423'

red 250 ◦ green 196 ◦ blue 35

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

Shades of Turbo #FAC423

Tints of Turbo #FAC423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.28%

R = 51.98%
G = 40.75%
B = 7.28%

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

#FAC423 (or 0xFAC423) is known color: Turbo. HEX triplet: FA, C4 and 23. RGB value is (250,196,35). Sum of RGB (Red+Green+Blue) = 250+196+35=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC423 is #053BDC. Grayscale: #C2C2C2. Windows color (decimal): -343005 or 2344186. OLE color: 2344186.

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

Color convert

RGB 250 196 35 -
CMYK 0 0.22 0.86 0.02
HSL 44.93º 0.96% 0.56% -
HSV(B) 44.93º 0.86% 0.98% -
XYZ 59.47 59.93 10.02 -
YUV 193.79 38.39 168.09 -
System Red Green Blue C M Y K H S L
Decimal 250 196 35 0 0.22 0.86 0.02 44.93 0.96 0.56
Hex FA C4 23 0 16 56 2 2D 60 38
Octal 372 304 43 0 26 126 2 55 140 70
Binary 11111010 11000100 100011 0 10110 1010110 10 101101 1100000 111000

Color Harmonies of #FAC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC423

Black with #FAC423

Text Example


Text Example

White with #FAC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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