Html Css Color HEX #FAC928 Turbo

📋 copy color: '#FAC928'

red 250 ◦ green 201 ◦ blue 40

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

Shades of Turbo #FAC928

Tints of Turbo #FAC928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.15%

R = 50.92%
G = 40.94%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC928 (or 0xFAC928) is known color: Turbo. HEX triplet: FA, C9 and 28. RGB value is (250,201,40). Sum of RGB (Red+Green+Blue) = 250+201+40=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC928 is #0536D7. Grayscale: #C5C5C5. Windows color (decimal): -341720 or 2673146. OLE color: 2673146.

HSL color Cylindrical-coordinate representation of color #FAC928: hue angle of 46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAC928 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 40 -
CMYK 0 0.20 0.84 0.02
HSL 46º 0.95% 0.57% -
HSV(B) 46º 0.84% 0.98% -
XYZ 60.69 62.25 10.82 -
YUV 197.3 39.23 165.59 -
System Red Green Blue C M Y K H S L
Decimal 250 201 40 0 0.20 0.84 0.02 46 0.95 0.57
Hex FA C9 28 0 14 54 2 2E 5F 39
Octal 372 311 50 0 24 124 2 56 137 71
Binary 11111010 11001001 101000 0 10100 1010100 10 101110 1011111 111001

Color Harmonies of #FAC928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC928

Black with #FAC928

Text Example


Text Example

White with #FAC928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC928; }

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

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

background-color css

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

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

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

border-color css

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

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

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