Html Css Color HEX #FACE1A Turbo

📋 copy color: '#FACE1A'

red 250 ◦ green 206 ◦ blue 26

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

Shades of Turbo #FACE1A

Tints of Turbo #FACE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.39%

R = 51.87%
G = 42.74%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FACE1A (or 0xFACE1A) is known color: Turbo. HEX triplet: FA, CE and 1A. RGB value is (250,206,26). Sum of RGB (Red+Green+Blue) = 250+206+26=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE1A is #0531E5. Grayscale: #C7C7C7. Windows color (decimal): -340454 or 1756922. OLE color: 1756922.

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

Color convert

RGB 250 206 26 -
CMYK 0 0.18 0.90 0.02
HSL 48.21º 0.96% 0.54% -
HSV(B) 48.21º 0.9% 0.98% -
XYZ 61.68 64.54 10.18 -
YUV 198.64 30.58 164.64 -
System Red Green Blue C M Y K H S L
Decimal 250 206 26 0 0.18 0.90 0.02 48.21 0.96 0.54
Hex FA CE 1A 0 12 5A 2 30 60 36
Octal 372 316 32 0 22 132 2 60 140 66
Binary 11111010 11001110 11010 0 10010 1011010 10 110000 1100000 110110

Color Harmonies of #FACE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE1A

Black with #FACE1A

Text Example


Text Example

White with #FACE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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