Html Css Color HEX #FACE1C Turbo

📋 copy color: '#FACE1C'

red 250 ◦ green 206 ◦ blue 28

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

Shades of Turbo #FACE1C

Tints of Turbo #FACE1C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.56%

 BLUE value IS 28 (11.33% from 255) = 5.79%

R = 51.65%
G = 42.56%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FACE1C (or 0xFACE1C) is known color: Turbo. HEX triplet: FA, CE and 1C. RGB value is (250,206,28). Sum of RGB (Red+Green+Blue) = 250+206+28=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE1C is #0531E3. Grayscale: #C7C7C7. Windows color (decimal): -340452 or 1887994. OLE color: 1887994.

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

Color convert

RGB 250 206 28 -
CMYK 0 0.18 0.89 0.02
HSL 48.11º 0.96% 0.55% -
HSV(B) 48.11º 0.89% 0.98% -
XYZ 61.71 64.55 10.31 -
YUV 198.86 31.58 164.47 -
System Red Green Blue C M Y K H S L
Decimal 250 206 28 0 0.18 0.89 0.02 48.11 0.96 0.55
Hex FA CE 1C 0 12 59 2 30 60 37
Octal 372 316 34 0 22 131 2 60 140 67
Binary 11111010 11001110 11100 0 10010 1011001 10 110000 1100000 110111

Color Harmonies of #FACE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE1C

Black with #FACE1C

Text Example


Text Example

White with #FACE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE1C; }

 p { color: rgb(250,206,28); }

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

background-color css

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

 a { background-color: rgb(250,206,28); }

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

border-color css

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

 span { border-color: rgb(250,206,28); }

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