Html Css Color HEX #FAC425 Turbo

📋 copy color: '#FAC425'

red 250 ◦ green 196 ◦ blue 37

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

Shades of Turbo #FAC425

Tints of Turbo #FAC425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.66%

R = 51.76%
G = 40.58%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC425 (or 0xFAC425) is known color: Turbo. HEX triplet: FA, C4 and 25. RGB value is (250,196,37). Sum of RGB (Red+Green+Blue) = 250+196+37=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC425 is #053BDA. Grayscale: #C2C2C2. Windows color (decimal): -343003 or 2475258. OLE color: 2475258.

HSL color Cylindrical-coordinate representation of color #FAC425: hue angle of 44.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FAC425 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 37 -
CMYK 0 0.22 0.85 0.02
HSL 44.79º 0.96% 0.56% -
HSV(B) 44.79º 0.85% 0.98% -
XYZ 59.5 59.94 10.18 -
YUV 194.02 39.39 167.93 -
System Red Green Blue C M Y K H S L
Decimal 250 196 37 0 0.22 0.85 0.02 44.79 0.96 0.56
Hex FA C4 25 0 16 55 2 2D 60 38
Octal 372 304 45 0 26 125 2 55 140 70
Binary 11111010 11000100 100101 0 10110 1010101 10 101101 1100000 111000

Color Harmonies of #FAC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC425

Black with #FAC425

Text Example


Text Example

White with #FAC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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