Html Css Color HEX #FAC926 Turbo

📋 copy color: '#FAC926'

red 250 ◦ green 201 ◦ blue 38

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

Shades of Turbo #FAC926

Tints of Turbo #FAC926

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

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

R = 51.12%
G = 41.1%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FAC926 (or 0xFAC926) is known color: Turbo. HEX triplet: FA, C9 and 26. RGB value is (250,201,38). Sum of RGB (Red+Green+Blue) = 250+201+38=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 38 (15.23% from 255 or 7.77% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC926 is #0536D9. Grayscale: #C5C5C5. Windows color (decimal): -341722 or 2542074. OLE color: 2542074.

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

Color convert

RGB 250 201 38 -
CMYK 0 0.20 0.85 0.02
HSL 46.13º 0.95% 0.56% -
HSV(B) 46.13º 0.85% 0.98% -
XYZ 60.66 62.24 10.65 -
YUV 197.07 38.23 165.75 -
System Red Green Blue C M Y K H S L
Decimal 250 201 38 0 0.20 0.85 0.02 46.13 0.95 0.56
Hex FA C9 26 0 14 55 2 2E 5F 38
Octal 372 311 46 0 24 125 2 56 137 70
Binary 11111010 11001001 100110 0 10100 1010101 10 101110 1011111 111000

Color Harmonies of #FAC926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC926

Black with #FAC926

Text Example


Text Example

White with #FAC926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC926; }

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

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

background-color css

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

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

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

border-color css

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

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

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