Html Css Color HEX #FACE28 Turbo

📋 copy color: '#FACE28'

red 250 ◦ green 206 ◦ blue 40

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

Shades of Turbo #FACE28

Tints of Turbo #FACE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.06%

R = 50.4%
G = 41.53%
B = 8.06%

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

#FACE28 (or 0xFACE28) is known color: Turbo. HEX triplet: FA, CE and 28. RGB value is (250,206,40). Sum of RGB (Red+Green+Blue) = 250+206+40=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE28 is #0531D7. Grayscale: #C8C8C8. Windows color (decimal): -340440 or 2674426. OLE color: 2674426.

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

Color convert

RGB 250 206 40 -
CMYK 0 0.18 0.84 0.02
HSL 47.43º 0.95% 0.57% -
HSV(B) 47.43º 0.84% 0.98% -
XYZ 61.88 64.62 11.22 -
YUV 200.23 37.58 163.5 -
System Red Green Blue C M Y K H S L
Decimal 250 206 40 0 0.18 0.84 0.02 47.43 0.95 0.57
Hex FA CE 28 0 12 54 2 2F 5F 39
Octal 372 316 50 0 22 124 2 57 137 71
Binary 11111010 11001110 101000 0 10010 1010100 10 101111 1011111 111001

Color Harmonies of #FACE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE28

Black with #FACE28

Text Example


Text Example

White with #FACE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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