Html Css Color HEX #FAC915 Turbo

📋 copy color: '#FAC915'

red 250 ◦ green 201 ◦ blue 21

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

Shades of Turbo #FAC915

Tints of Turbo #FAC915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.45%

R = 52.97%
G = 42.58%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAC915 (or 0xFAC915) is known color: Turbo. HEX triplet: FA, C9 and 15. RGB value is (250,201,21). Sum of RGB (Red+Green+Blue) = 250+201+21=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC915 is #0536EA. Grayscale: #C3C3C3. Windows color (decimal): -341739 or 1427962. OLE color: 1427962.

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

Color convert

RGB 250 201 21 -
CMYK 0 0.20 0.92 0.02
HSL 47.16º 0.96% 0.53% -
HSV(B) 47.16º 0.92% 0.98% -
XYZ 60.45 62.15 9.52 -
YUV 195.13 29.73 167.14 -
System Red Green Blue C M Y K H S L
Decimal 250 201 21 0 0.20 0.92 0.02 47.16 0.96 0.53
Hex FA C9 15 0 14 5C 2 2F 60 35
Octal 372 311 25 0 24 134 2 57 140 65
Binary 11111010 11001001 10101 0 10100 1011100 10 101111 1100000 110101

Color Harmonies of #FAC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC915

Black with #FAC915

Text Example


Text Example

White with #FAC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC915; }

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

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

background-color css

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

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

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

border-color css

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

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

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