Html Css Color HEX #FACE29 Turbo

📋 copy color: '#FACE29'

red 250 ◦ green 206 ◦ blue 41

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

Shades of Turbo #FACE29

Tints of Turbo #FACE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.25%

R = 50.3%
G = 41.45%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FACE29 (or 0xFACE29) is known color: Turbo. HEX triplet: FA, CE and 29. RGB value is (250,206,41). Sum of RGB (Red+Green+Blue) = 250+206+41=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE29 is #0531D6. Grayscale: #C9C9C9. Windows color (decimal): -340439 or 2739962. OLE color: 2739962.

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

Color convert

RGB 250 206 41 -
CMYK 0 0.18 0.84 0.02
HSL 47.37º 0.95% 0.57% -
HSV(B) 47.37º 0.84% 0.98% -
XYZ 61.9 64.63 11.31 -
YUV 200.35 38.08 163.42 -
System Red Green Blue C M Y K H S L
Decimal 250 206 41 0 0.18 0.84 0.02 47.37 0.95 0.57
Hex FA CE 29 0 12 54 2 2F 5F 39
Octal 372 316 51 0 22 124 2 57 137 71
Binary 11111010 11001110 101001 0 10010 1010100 10 101111 1011111 111001

Color Harmonies of #FACE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE29

Black with #FACE29

Text Example


Text Example

White with #FACE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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