Html Css Color HEX #FAC828 Turbo

📋 copy color: '#FAC828'

red 250 ◦ green 200 ◦ blue 40

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

Shades of Turbo #FAC828

Tints of Turbo #FAC828

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.82%

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

R = 51.02%
G = 40.82%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC828 (or 0xFAC828) is known color: Turbo. HEX triplet: FA, C8 and 28. RGB value is (250,200,40). Sum of RGB (Red+Green+Blue) = 250+200+40=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC828 is #0537D7. Grayscale: #C5C5C5. Windows color (decimal): -341976 or 2672890. OLE color: 2672890.

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

Color convert

RGB 250 200 40 -
CMYK 0 0.2 0.84 0.02
HSL 45.71º 0.95% 0.57% -
HSV(B) 45.71º 0.84% 0.98% -
XYZ 60.46 61.79 10.75 -
YUV 196.71 39.57 166.01 -
System Red Green Blue C M Y K H S L
Decimal 250 200 40 0 0.2 0.84 0.02 45.71 0.95 0.57
Hex FA C8 28 0 14 54 2 2E 5F 39
Octal 372 310 50 0 24 124 2 56 137 71
Binary 11111010 11001000 101000 0 10100 1010100 10 101110 1011111 111001

Color Harmonies of #FAC828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC828

Black with #FAC828

Text Example


Text Example

White with #FAC828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC828; }

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

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

background-color css

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

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

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

border-color css

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

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

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