Html Css Color HEX #FACD29 Turbo

📋 copy color: '#FACD29'

red 250 ◦ green 205 ◦ blue 41

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

Shades of Turbo #FACD29

Tints of Turbo #FACD29

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

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

R = 50.4%
G = 41.33%
B = 8.27%

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

#FACD29 (or 0xFACD29) is known color: Turbo. HEX triplet: FA, CD and 29. RGB value is (250,205,41). Sum of RGB (Red+Green+Blue) = 250+205+41=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD29 is #0532D6. Grayscale: #C8C8C8. Windows color (decimal): -340695 or 2739706. OLE color: 2739706.

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

Color convert

RGB 250 205 41 -
CMYK 0 0.18 0.84 0.02
HSL 47.08º 0.95% 0.57% -
HSV(B) 47.08º 0.84% 0.98% -
XYZ 61.66 64.15 11.23 -
YUV 199.76 38.41 163.84 -
System Red Green Blue C M Y K H S L
Decimal 250 205 41 0 0.18 0.84 0.02 47.08 0.95 0.57
Hex FA CD 29 0 12 54 2 2F 5F 39
Octal 372 315 51 0 22 124 2 57 137 71
Binary 11111010 11001101 101001 0 10010 1010100 10 101111 1011111 111001

Color Harmonies of #FACD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD29

Black with #FACD29

Text Example


Text Example

White with #FACD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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