Html Css Color HEX #FAC426 Turbo

📋 copy color: '#FAC426'

red 250 ◦ green 196 ◦ blue 38

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

Shades of Turbo #FAC426

Tints of Turbo #FAC426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.85%

R = 51.65%
G = 40.5%
B = 7.85%

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

#FAC426 (or 0xFAC426) is known color: Turbo. HEX triplet: FA, C4 and 26. RGB value is (250,196,38). Sum of RGB (Red+Green+Blue) = 250+196+38=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC426 is #053BD9. Grayscale: #C2C2C2. Windows color (decimal): -343002 or 2540794. OLE color: 2540794.

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

Color convert

RGB 250 196 38 -
CMYK 0 0.22 0.85 0.02
HSL 44.72º 0.95% 0.56% -
HSV(B) 44.72º 0.85% 0.98% -
XYZ 59.51 59.94 10.27 -
YUV 194.13 39.89 167.85 -
System Red Green Blue C M Y K H S L
Decimal 250 196 38 0 0.22 0.85 0.02 44.72 0.95 0.56
Hex FA C4 26 0 16 55 2 2D 5F 38
Octal 372 304 46 0 26 125 2 55 137 70
Binary 11111010 11000100 100110 0 10110 1010101 10 101101 1011111 111000

Color Harmonies of #FAC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC426

Black with #FAC426

Text Example


Text Example

White with #FAC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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