Html Css Color HEX #FACC1D Turbo

📋 copy color: '#FACC1D'

red 250 ◦ green 204 ◦ blue 29

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

Shades of Turbo #FACC1D

Tints of Turbo #FACC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.24%

 BLUE value IS 29 (11.72% from 255) = 6%

R = 51.76%
G = 42.24%
B = 6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FACC1D (or 0xFACC1D) is known color: Turbo. HEX triplet: FA, CC and 1D. RGB value is (250,204,29). Sum of RGB (Red+Green+Blue) = 250+204+29=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC1D is #0533E2. Grayscale: #C6C6C6. Windows color (decimal): -340963 or 1953018. OLE color: 1953018.

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

Color convert

RGB 250 204 29 -
CMYK 0 0.18 0.88 0.02
HSL 47.51º 0.96% 0.55% -
HSV(B) 47.51º 0.88% 0.98% -
XYZ 61.24 63.6 10.21 -
YUV 197.8 32.74 165.23 -
System Red Green Blue C M Y K H S L
Decimal 250 204 29 0 0.18 0.88 0.02 47.51 0.96 0.55
Hex FA CC 1D 0 12 58 2 30 60 37
Octal 372 314 35 0 22 130 2 60 140 67
Binary 11111010 11001100 11101 0 10010 1011000 10 110000 1100000 110111

Color Harmonies of #FACC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC1D

Black with #FACC1D

Text Example


Text Example

White with #FACC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC1D; }

 p { color: rgb(250,204,29); }

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

background-color css

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

 a { background-color: rgb(250,204,29); }

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

border-color css

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

 span { border-color: rgb(250,204,29); }

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