Html Css Color HEX #FAC827 Turbo

📋 copy color: '#FAC827'

red 250 ◦ green 200 ◦ blue 39

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

Shades of Turbo #FAC827

Tints of Turbo #FAC827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.98%

R = 51.12%
G = 40.9%
B = 7.98%

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

#FAC827 (or 0xFAC827) is known color: Turbo. HEX triplet: FA, C8 and 27. RGB value is (250,200,39). Sum of RGB (Red+Green+Blue) = 250+200+39=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 39 (15.62% from 255 or 7.98% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC827 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC827 is #0537D8. Grayscale: #C5C5C5. Windows color (decimal): -341977 or 2607354. OLE color: 2607354.

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

Color convert

RGB 250 200 39 -
CMYK 0 0.2 0.84 0.02
HSL 45.78º 0.95% 0.57% -
HSV(B) 45.78º 0.84% 0.98% -
XYZ 60.44 61.78 10.66 -
YUV 196.6 39.07 166.09 -
System Red Green Blue C M Y K H S L
Decimal 250 200 39 0 0.2 0.84 0.02 45.78 0.95 0.57
Hex FA C8 27 0 14 54 2 2E 5F 39
Octal 372 310 47 0 24 124 2 56 137 71
Binary 11111010 11001000 100111 0 10100 1010100 10 101110 1011111 111001

Color Harmonies of #FAC827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC827

Black with #FAC827

Text Example


Text Example

White with #FAC827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC827; }

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

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

background-color css

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

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

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

border-color css

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

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

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